neotan / vscode-auto-restart-typescript-eslint-servers

Restart TypeScript and ESLint servers automatically if monitored configuration or files changed.
https://marketplace.visualstudio.com/items?itemName=neotan.vscode-auto-restart-typescript-eslint-servers
MIT License
27 stars 1 forks source link

Add option to restart on branch change #14

Open rhuanbarreto opened 1 month ago

rhuanbarreto commented 1 month ago

Every time a branch changes, I need to restart to get the latest intellisense/linting. Could this extension support it?

neotan commented 1 month ago

@rhuanbarreto - thx for raising the issue!

I've encountered similar scenarios when upgrading ts/testing configs on my projects. Let me assess the feasibility of this feature. In the meantime, if anyone else would like to see this implemented, please give the issue a thumbs up. Thanks!