Skip to content

Commit ee63e08

Browse files
committed
Don't prompt to save untitled PowerShell files when debugging
1 parent c608597 commit ee63e08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,8 @@
897897
},
898898
"configurationDefaults": {
899899
"[powershell]": {
900-
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?"
900+
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?",
901+
"debug.saveBeforeStart": "nonUntitledEditorsInActiveGroup"
901902
}
902903
},
903904
"themes": [

0 commit comments

Comments
 (0)