mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-24 03:05:43 +00:00
20 lines
419 B
JSON
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"
|
|
}
|
|
}
|