From ee1c5a9a8fd46f947b3889ee4dc2897bf9fc8427 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Thu, 20 May 2021 11:27:25 -0700 Subject: [PATCH] Don't prompt to save untitled PowerShell files when debugging --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8325725685..aa8c9c1c02 100644 --- a/package.json +++ b/package.json @@ -897,7 +897,8 @@ }, "configurationDefaults": { "[powershell]": { - "editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?" + "editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", + "debug.saveBeforeStart": "nonUntitledEditorsInActiveGroup" } }, "themes": [