Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Auto-Restarter: TypeScript & eslint ServersNew to Visual Studio Code? Get it now.
Auto-Restarter: TypeScript & eslint Servers

Auto-Restarter: TypeScript & eslint Servers

chrp

|
45 installs
| (1) | Free
Watches project configuration and automatically restarts TypeScript and ESLint language servers when relevant files change.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto-Restarter: TypeScript & eslint Servers

Monitors project configuration and automatically restarts TypeScript and eslint language servers when relevant files change. Banner

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

  • vscode-restart-ts-server-button by Neotan
  • vscode-restart-ts-server-button by Qcz
  • vscode-eslint by Microsoft
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft