Skip to content

Commit

Permalink
Don't prompt to save untitled PowerShell files when debugging (#3357)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan authored May 25, 2021
1 parent 25d4530 commit 5370421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,8 @@
},
"configurationDefaults": {
"[powershell]": {
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?"
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?",
"debug.saveBeforeStart": "nonUntitledEditorsInActiveGroup"
}
},
"themes": [
Expand Down

0 comments on commit 5370421

Please sign in to comment.