Restart TypeScript or ESLint server automatically if monitored configuration or files changed.
- Restart TypeScript and ESLint servers automatically
- Enable/Disable file monitoring
Clone the repository using the command:
git clone https://github.com/neotan/vscode-auto-restart-typescript-eslint-servers
Navigate to the repository folder:
cd vscode-auto-restart-typescript-eslint-servers
Install the required dependencies:
npm install
Make necessary changes to the code or configuration files as needed.
Run the following command to generate the .vsix
package:
npm run package
Install the extension to your VSCode using:
npm run install-vsix <path-to-vsix>
Open VSCode, navigate to the Extensions
tab in the sidebar, and search for neotan.vscode-auto-restart-typescript-eslint-servers
to ensure the extension is installed correctly.
You can now test the functionality of the extension within VSCode.
Note⚠: Once you published the new version to the marketplace, remember uninstall the development version so you can actually use the published one.