felixrieseberg / vsc-ember-cli

:zap: Turn Visual Studio Code into an Ember Cli IDE
https://aka.ms/vsc-ember
MIT License
92 stars 15 forks source link

Custom jsconfig.json values getting overridden #47

Open shripathee opened 7 years ago

shripathee commented 7 years ago

In addition to the directories specified by vsc-ember-cli, I want some more directories in exclude. However, every time I quit and reopen Code, my changes are discarded.

nightire commented 6 years ago

and furthermore, since vs code doesn't require jsconfig.json anymore (requires tsconfig.json for typescript project), please provide an option to skip create new jsconfig.json file.

fpauser commented 5 years ago

Same problem here. Our custom jsconfig.json gets overwritten when vsc starts with vsc-ember-cli enabled.