mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-24 02:25:42 +00:00
28 lines
641 B
JSON
28 lines
641 B
JSON
{
|
|
"astyle.astylerc": "${workspaceRoot}/.astylerc",
|
|
"astyle.additional_languages": [
|
|
"gsc"
|
|
],
|
|
"editor.defaultFormatter": "chiehyu.vscode-astyle",
|
|
"editor.formatOnSave": true,
|
|
|
|
"triggerTaskOnSave.tasks": {
|
|
"Compile current GSC File": [
|
|
"*.gsc"
|
|
]
|
|
},
|
|
"Lua.diagnostics.globals": [
|
|
"InheritFrom",
|
|
"CoD",
|
|
"LUI",
|
|
"Dvar",
|
|
"Engine",
|
|
"UIExpression",
|
|
"RegisterMaterial",
|
|
"GetTextDimensions",
|
|
"setstencil",
|
|
"HUD_IngameMenuClosed",
|
|
"HUD_IsFFA",
|
|
"HideGlobe"
|
|
]
|
|
} |