forked from AcidWeb/REPorter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.luarc.json
42 lines (42 loc) · 1.1 KB
/
.luarc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"runtime.version": "Lua 5.1",
"diagnostics.globals": [
"AddOnSkins",
"FACTION_ALLIANCE",
"FACTION_HORDE",
"HELP_LABEL",
"ATTACK",
"OPTIONS",
"BATTLEGROUND",
"BLUE_GEM",
"RED_GEM",
"MenuUtil",
"MinimapCluster",
"CloseDropDownMenus",
"CreateFramePool",
"SettingsPanel",
"UIWidgetTopCenterContainerFrame",
"REPorterBarB1",
"REPorterFrame",
"REPorterBar",
"REPorterFrameClip",
"REPorterFrameCoreAnchor",
"REPorterFrameCore",
"REPorterFrameBorder",
"REPorterFrameBG",
"REPorterFrameBorderResize",
"REPorterFrameCoreUP",
"REPorterFrameCorePOI",
"REPorterFrameCorePOITimers",
"REPorterFrameEstimatorText",
"REPorterFrameEstimator"
],
"diagnostics.disable": [
"inject-field",
"undefined-field",
"missing-fields",
"param-type-mismatch",
"assign-type-mismatch"
]
}