From 8efa1a38fecd4ad83a467bbf3c766d917d0a5f75 Mon Sep 17 00:00:00 2001 From: shrektan Date: Thu, 3 Feb 2022 21:37:25 +0800 Subject: [PATCH] should use Strong quote for shell commands --- src/extension.ts | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/extension.ts b/src/extension.ts index 2d726bf5c..c10544815 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -206,17 +206,19 @@ export async function activate(context: vscode.ExtensionContext): Promise