Auto-Restarter: TypeScript, ESLint, Oxlint & Oxfmt ServersMonitors project configuration and automatically restarts TypeScript, ESLint, Oxlint, and Oxfmt language servers when relevant files change. ForkFork of vscode-restart-ts-server-button by Neotan. Changes include:
Make sure
|
| Server | Extension required | Default |
|---|---|---|
| TypeScript | vscode.typescript-language-features (built-in) |
"auto-detect" |
| ESLint | dbaeumer.vscode-eslint |
"auto-detect" |
| Oxlint | oxc.oxc-vscode |
"auto-detect" |
| Oxfmt | oxc.oxc-vscode |
"auto-detect" |
| tsgo (TypeScript Native Preview) | TypeScriptTeam.native-preview |
"auto-detect" |
Each server's monitorFilesFor* setting accepts three values:
true— monitor files; warn if the extension is not found or not active"auto-detect"— monitor files; silently skip if the extension is not found or not activefalse— disable monitoring entirely