mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-20 17:55:42 +00:00
better code completion
This commit is contained in:
parent
5021547734
commit
3258183b1c
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
@ -1,8 +1,18 @@
|
||||
{
|
||||
"astyle.astylerc": "${workspaceRoot}/.astylerc",
|
||||
"astyle.additional_languages": [
|
||||
"gsc"
|
||||
"gsc",
|
||||
"gsx"
|
||||
],
|
||||
"editor.defaultFormatter": "chiehyu.vscode-astyle",
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"editor.quickSuggestions": {
|
||||
"other": true,
|
||||
"comments": true,
|
||||
"strings": true
|
||||
},
|
||||
"vscode-codscript.use_builtin_completionItems": false,
|
||||
"files.associations": {
|
||||
"*.gsx": "gsc"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user