-
Notifications
You must be signed in to change notification settings - Fork 513
Add a default for saveBeforeStart setting #3338
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
Comments
Is this a duplicate of #3200? |
Yep, looks like this would resolve #3200 |
This is a better solution than the other :) |
@TylerLeonhardt Is this new enough? 29c61570a5b9a669f777bb28b5acd5c37d99edbe It doesn't seem to be working...maybe I have something else going on. |
I've double checked what I added to |
Yeah it looks like that setting isn't working as expected. @isidorn, any thoughts? |
Thanks for doing this PR. So now it should work. I tried it out. |
All you have to do is add:
under
contributes
in the package.json.here's an example:
https://github.com/microsoft/vscode/blob/bce4d71f648a963cad905ee0ecc7b353ddd3f199/extensions/markdown-language-features/package.json#L311
Then Untitled file debugging will no longer prompt to save :)
Note: VS Code made this setting "language-aware" literally today. So this will work starting with tomorrow's insider build. There's no downside of this being set for those folks on older versions of VS Code so this change can really go in whenever.
cc @isidorn
The text was updated successfully, but these errors were encountered: