fix with spaces

This commit is contained in:
ineed bots 2021-12-21 22:20:03 -06:00
parent 3221f2791e
commit cfbcad9711

6
.vscode/tasks.json vendored
View File

@ -9,13 +9,11 @@
"options": { "options": {
"shell": { "shell": {
"executable": "cmd.exe", "executable": "cmd.exe",
"args": ["/d", "/c"] "args": ["/c"]
}, },
"cwd": "${fileDirname}" "cwd": "${fileDirname}"
}, },
"command": "${workspaceRoot}/.vscode/Compiler.exe", "command": "\"\"${workspaceRoot}\\.vscode\\Compiler.exe\" \"${fileBasename}\"\"",
"args": ["\"${fileBasename}\""],
"problemMatcher": [],
"isBackground": true "isBackground": true
} }
] ]