mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-22 01:35:42 +00:00
format
This commit is contained in:
parent
93909c4577
commit
3221f2791e
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"astyle.astylerc": "${workspaceRoot}/.astylerc",
|
"astyle.astylerc": "${workspaceRoot}/.astylerc",
|
||||||
"astyle.additional_languages": [
|
"astyle.additional_languages": ["gsc"],
|
||||||
"gsc"
|
|
||||||
],
|
|
||||||
"[gsc]": {
|
"[gsc]": {
|
||||||
"editor.defaultFormatter": "chiehyu.vscode-astyle",
|
"editor.defaultFormatter": "chiehyu.vscode-astyle"
|
||||||
},
|
},
|
||||||
"editor.quickSuggestions": {
|
"editor.quickSuggestions": {
|
||||||
"other": true,
|
"other": true,
|
||||||
@ -14,9 +12,7 @@
|
|||||||
"vscode-codscript.use_builtin_completionItems": false,
|
"vscode-codscript.use_builtin_completionItems": false,
|
||||||
|
|
||||||
"triggerTaskOnSave.tasks": {
|
"triggerTaskOnSave.tasks": {
|
||||||
"Compile current GSC File": [
|
"Compile current GSC File": ["*.gsc"]
|
||||||
"*.gsc"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"Lua.diagnostics.globals": [
|
"Lua.diagnostics.globals": [
|
||||||
"InheritFrom",
|
"InheritFrom",
|
||||||
|
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@ -9,19 +9,14 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"shell": {
|
"shell": {
|
||||||
"executable": "cmd.exe",
|
"executable": "cmd.exe",
|
||||||
"args": [
|
"args": ["/d", "/c"]
|
||||||
"/d",
|
|
||||||
"/c"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"cwd": "${fileDirname}"
|
"cwd": "${fileDirname}"
|
||||||
},
|
},
|
||||||
"command": "${workspaceRoot}/.vscode/Compiler.exe",
|
"command": "${workspaceRoot}/.vscode/Compiler.exe",
|
||||||
"args": [
|
"args": ["\"${fileBasename}\""],
|
||||||
"\"${fileBasename}\""
|
|
||||||
],
|
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"isBackground": true,
|
"isBackground": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user