iw3_bot_warfare/.vscode/settings.json
ineed bots 090fc5f7a8 better
2021-12-21 21:52:37 -06:00

20 lines
419 B
JSON

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