mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-21 17: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.additional_languages": [
|
||||
"gsc"
|
||||
],
|
||||
"astyle.additional_languages": ["gsc"],
|
||||
"[gsc]": {
|
||||
"editor.defaultFormatter": "chiehyu.vscode-astyle",
|
||||
"editor.defaultFormatter": "chiehyu.vscode-astyle"
|
||||
},
|
||||
"editor.quickSuggestions": {
|
||||
"other": true,
|
||||
@ -14,9 +12,7 @@
|
||||
"vscode-codscript.use_builtin_completionItems": false,
|
||||
|
||||
"triggerTaskOnSave.tasks": {
|
||||
"Compile current GSC File": [
|
||||
"*.gsc"
|
||||
]
|
||||
"Compile current GSC File": ["*.gsc"]
|
||||
},
|
||||
"Lua.diagnostics.globals": [
|
||||
"InheritFrom",
|
||||
|
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@ -9,19 +9,14 @@
|
||||
"options": {
|
||||
"shell": {
|
||||
"executable": "cmd.exe",
|
||||
"args": [
|
||||
"/d",
|
||||
"/c"
|
||||
]
|
||||
"args": ["/d", "/c"]
|
||||
},
|
||||
"cwd": "${fileDirname}"
|
||||
},
|
||||
"command": "${workspaceRoot}/.vscode/Compiler.exe",
|
||||
"args": [
|
||||
"\"${fileBasename}\""
|
||||
],
|
||||
"args": ["\"${fileBasename}\""],
|
||||
"problemMatcher": [],
|
||||
"isBackground": true,
|
||||
"isBackground": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user