You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a very basic NPM project that has a script. For example: a script that starts a web server.
Run the script
Reload the window and you will see the process is terminated.
Does this issue occur when all extensions are disabled?: Yes
I think this is an issue because the NPM Scripts are running as a Task, and tasks are terminated when reloading the window. If I open a terminal and manually type in npm run serve, it is persisted. But if I run it from the NPM Scripts view, it terminates on reload.
Clicking the start button in this view is the issue. This might be an issue with all Tasks and not just terminal.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
I think this is an issue because the NPM Scripts are running as a Task, and tasks are terminated when reloading the window. If I open a terminal and manually type in
npm run serve
, it is persisted. But if I run it from the NPM Scripts view, it terminates on reload.Clicking the start button in this view is the issue. This might be an issue with all Tasks and not just terminal.
The text was updated successfully, but these errors were encountered: