wix-incubator / vscode-glean

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

Change incorrect type for jsFilesExtensions setting #115

Open nip3o opened 4 years ago

nip3o commented 4 years ago
image

The documentation of type definitions in VSCode extensions is not very clear, but it seems like an array of types means "any of these types" rather than "an array with elements of this type". VSCode at least complains to setting this setting to its default value or to an array.

The same kind of definition is also used for the experiments setting, but i guess it works out anyway there since the only allowed type is an array.