mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-04-24 22:59:09 +00:00
16 lines
355 B
JSON
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
|
|
}
|