ChristianKohler / NpmIntellisense

Visual Studio Code plugin that autocompletes npm modules in import statements
MIT License
154 stars 43 forks source link

Correct spelling of "built in libs" throughout #40

Open kmoe opened 7 years ago

kmoe commented 7 years ago

The config flag npm-intellisense.showBuiltInLibs was misspelt as npm-intellisense.showBuildInLibs(along with another typo in the flag description).

I've corrected the spelling. If this breaks old configs I am happy to add backwards compatibility by reading the deprecated flag as well as the new one.