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 } ]