1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-12-13 08:27:48 +00:00
Files
iw5_bot_warfare/.vscode/settings.json
ineed bots b86a13b491 better
2021-12-21 21:50:28 -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
}