mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-21 01:25:43 +00:00
fix with spaces
This commit is contained in:
parent
3221f2791e
commit
cfbcad9711
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@ -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
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user