mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-09-18 05:07:26 +00:00
update
This commit is contained in:
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -7,6 +7,13 @@
|
||||
"label": "Compile current GSC File",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"shell": {
|
||||
"executable": "cmd.exe",
|
||||
"args": [
|
||||
"/d",
|
||||
"/c"
|
||||
]
|
||||
},
|
||||
"cwd": "${fileDirname}"
|
||||
},
|
||||
"command": "${workspaceRoot}/.vscode/Compiler.exe",
|
||||
@@ -14,7 +21,7 @@
|
||||
"\"${fileBasename}\""
|
||||
],
|
||||
"problemMatcher": [],
|
||||
"isBackground": true
|
||||
"isBackground": true,
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user