TS RestarterThis extension makes VSCode restart TS Server automatically on file (globs) change! TL;DRPut this (or something like it) in the
The problemWhen working on monorepo with a shared library, if one changes some files in it, one has to restart VSCode TS Server for the changes to be reflected in the server and/or client (or other) workspace. The basic solutionsOne can either:
The solution this extension providesThe even better solution would be to let VSCode know what files to watch to restart its TS Server on any change on this specific files (with)... That is what this extension is for. Maybe this extension is useles, if you know a better way, please tell me! HowTell the extension what globs to watch (and optionnally ignore), chokidar will watch them and if a change occurs, the VSCode internal command Extension SettingsThis extension contributes the following settings:
So in your configuration (
Release NotesUsers appreciate release notes as you update your extension. 1.0.1Put 1.0.0Initial release of TS Server |