-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsaved file - single file - debug #19415
Comments
If the file does not exist on disk it is an In both cases, it is an interesting scenario to allow to debug from an untitled file. |
@bpasero so I can easily change the textFileService to saveAll including untitled files here Gif attached, no errors in console, notice how the program is successfully ran in the debug console |
@isidorn maybe better to not save all but just the current active file? what about executing the command |
@bpasero executing Sean's use case works perfectly now |
Yeah, its a bit fragile. Let's see how it goes and wait for bugs. |
After discussions we have decided to revert this behavior since it introduced some unexpected consequences - as seen by the issues linked |
Steps to Reproduce:
code-insiders foo.js
F5
you get an error - I expected single file debugThe text was updated successfully, but these errors were encountered: