From 8ed21d303f923d864e56d108bd4bf00695cb4bf7 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 24 Oct 2020 16:01:49 -0700 Subject: [PATCH] Fix typo in verbose launch args --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fd18bcc74..ba870d338 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,7 +14,7 @@ "request": "launch", "mode": "debug", "program": "${workspaceRoot}", - "args": ["--enableDebugFeatures --enableVerboseLogging"] + "args": ["-enableDebugFeatures", "-enableVerboseLogging"] } ] }