Auto-Restarter: TypeScript & eslint Servers
Monitors project configuration and automatically restarts TypeScript and eslint language servers when relevant files change.

Fork
Fork of vscode-restart-ts-server-button by Neotan.
Changes includes :
- Updated globs for eslint/typescript
- Debounce to prevents restarts happening too often
Make sure node_modules are ignored in your watchers
"files.watcherExclude": {
"**/node_modules/**": true
},
Features
- Restart TypeScript and eslint servers automatically
- Enable/Disable file monitoring
Credits
| |