wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase
MIT License
1.46k stars 56 forks source link

fix(experiments): update experiments settings schema in package.json #82

Closed M-Izadmehr closed 4 years ago

M-Izadmehr commented 4 years ago

The settings schema expects glean.experiments to be string, however, the current value for experiments is an array of strings. The purpose of this small PR is to fix the settings schema.

It fixes one of the problems mentioned in #75

borislit commented 4 years ago

:tada: This PR is included in version 4.16.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: