iw4_bot_warfare/.vscode/settings.json
ineed bots a28db1e2fd better
2021-12-21 21:51:11 -06:00

16 lines
355 B
JSON

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