vscode-vite
vscode-vite copied to clipboard
Restart vite server command causes 'Terminate batch job' prompt in windows
With vite server already running, issuing 'Restart vite server' command causes ^CTerminate batch job (Y/N)?
to appear in terminal window, even if it's not shown. Running the command a second time restarts the server.
Stop vite server also brings up the prompt.
Unfortunately using new VS Code Terminal "Autoreply" feature does not help with this:
settings.json
"terminal.integrated.autoReplies": {
"Terminate batch job (Y/N)?": "Y\r",
},
After using "Restart Vite server" command, the prompt is auto-answered but Vite server does not start. Running command again is required...