Is it possible to support "live-reload" ? (Save a file, then relaunch application debugging automatically ?) #1428
Unanswered
Ortega-Dan
asked this question in
Help
Replies: 1 comment 3 replies
-
Currently not possible - I think the extension even pops up a warning message if one tries to update code while a debugging session is active (I may be wrong). 🤔 The vscode API allows to cc @suzmue |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like other languages in vscode, when you save a code file while debugging, the debugging session stops, recompiles and starts again automatically. (I experience this with Angular and Java).
Is it possible ?
Beta Was this translation helpful? Give feedback.
All reactions