1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-27 22:51:50 +00:00

better code complete

This commit is contained in:
ineed bots
2021-12-21 21:46:35 -06:00
parent 8d09202417
commit 90e0e112b5

View File

@ -4,5 +4,11 @@
"gsc" "gsc"
], ],
"editor.defaultFormatter": "chiehyu.vscode-astyle", "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
} }