Files
iw2_bot_warfare/.vscode/settings.json
T
2026-08-19 10:36:45 -06:00

17 lines
405 B
JSON

{
"astyle.astylerc": "${workspaceRoot}/.astylerc",
"astyle.additional_languages": [
"gsc"
],
"[gsc]": {
"editor.defaultFormatter": "chiehyu.vscode-astyle",
},
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.wordBasedSuggestions": "allDocuments",
"vscode-codscript.use_builtin_completionItems": false
}