Skip to content

Commit 1822f94

Browse files
committed
Don't prompt to save untitled PowerShell files when debugging
1 parent 8e4798d commit 1822f94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,11 @@
895895
}
896896
}
897897
},
898+
"configurationDefaults": {
899+
"[powershell]": {
900+
"debug.saveBeforeStart": "nonUntitledEditorsInActiveGroup"
901+
}
902+
},
898903
"themes": [
899904
{
900905
"label": "PowerShell ISE",

0 commit comments

Comments
 (0)