vscode-nodejs-repl
vscode-nodejs-repl copied to clipboard
`Disposing REPL` when saving the file.
Description
When the service is start on a new file, everything work fine.
But if the current file is save "crtl+s", the REPL extension is dispose.
Steps to Reproduce
- Start the service on a new file.
Initializing REPL extension- Save the new file on your disk.
Disposing REPL extension
Expected behavior:
File is save & the service doesn't stop.
Actual behavior:
The service is stop.
Reproduces how often:
100%
I can take a look, but, most of the time a project only has one entry point - and it may or may not be to execute a code that you don't have 100% control over. Snippets is the best way.
REPL will run the same code over and over each time you type a new line, be aware of that.