Available on the VS Code Marketplace. Minimal VSCode extension to automatically reload the VSCode window when a file changes. The intended use case is with extension development E.g. with extensions contributing a language grammar, the only way to make VS Code re-tokenize an open file from a language grammar that changed on disk is to reload the window. With this extension, such a reload can be configured to happen automatically every time the grammar changes. Example configurationUsing project files as follows will automatically reload a development host window (only) when the grammar file changes:
DevelopmentSet-up
|