From cfbcad97110c491a5a540f8ae49af611491fee1a Mon Sep 17 00:00:00 2001 From: ineed bots Date: Tue, 21 Dec 2021 22:20:03 -0600 Subject: [PATCH] fix with spaces --- .vscode/tasks.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 542a1bd..0fd7ea4 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -9,13 +9,11 @@ "options": { "shell": { "executable": "cmd.exe", - "args": ["/d", "/c"] + "args": ["/c"] }, "cwd": "${fileDirname}" }, - "command": "${workspaceRoot}/.vscode/Compiler.exe", - "args": ["\"${fileBasename}\""], - "problemMatcher": [], + "command": "\"\"${workspaceRoot}\\.vscode\\Compiler.exe\" \"${fileBasename}\"\"", "isBackground": true } ]