Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TSServer Auto RestarterNew to Visual Studio Code? Get it now.
TSServer Auto Restarter

TSServer Auto Restarter

Sehyun Chung

|
310 installs
| (0) | Free
Restart tsserver when you move to another ts(x) file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TSServer Auto Restarter

If you having some time like image above, enable this. It will restart the TSServer when you move to another ts/tsx file.

Disclaimer

This extension is... pretty basic. It's just restarting the TSServer when you move to another ts/tsx file. It's not doing anything fancy like checking if the TSServer is actually dead or not. It's just a quick fix for the issue I was having.

Installation

Visual Studio Code Marketplace

You can install it via marketplace page.

VSIX

Check out our Releases and download the latest .vsix file.

Hard Way

Also can install it by cloning this repository and running the following:

npm i
npx vsce package

Then install the generated tsserver-auto-restarter-x.y.z.vsix file. (You can find the file in the root directory of this repository)

Usage

CMD + Shift + P -> TSServer Auto Restarter: Enable (or Disable)

Contributing

Feel free to open an issue or a pull request.

License

MIT License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft