-
-
Notifications
You must be signed in to change notification settings - Fork 230
/
.luarc.json
68 lines (68 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"runtime.version": "Lua 5.1",
"workspace.ignoreDir": [".github", ".vscode", "**/libs"],
"diagnostics.globals": [
"ReloadUI",
"SplashFrame",
"UISpecialFrames",
"SlashCmdList",
"ChatEdit_ActivateChat",
"ChatEdit_OnEnterPressed",
"ChatEdit_ChooseBoxForSend",
"DEFAULT_CHAT_FRAME",
"StaticPopup1Button2",
"StaticPopup1Button2Text",
"SettingsPanel",
"coroutine",
"PixelUtil",
"Mixin",
"BackdropTemplateMixin",
"QUESTION_MARK_ICON",
"string",
"math",
"table",
"UIParent",
"C_VideoOptions",
"C_AddOns",
"UIFrameFadeOut",
"GetLocale",
"GetCurrentRegion",
"C_Map",
"CopyTable",
"tIndexOf",
"C_EditMode",
"C_Timer",
"date",
"tinsert",
"InCombatLockdown",
"hooksecurefunc",
"IsControlKeyDown",
"GetTime",
"UnitFullName",
"format",
"GetBuildInfo",
"debugstack",
"tostringall",
"strupper",
"strsplit",
"GetServerTime",
"wipe",
"tremove",
"RAID_CLASS_COLORS",
"strsub",
"strlen",
"GameFontNormal",
"strtrim",
"GameFontNormalLarge",
"UnitName",
"GetRealmName",
"bit",
"LibStub",
"vdt",
"GAME_LOCALE",
"DevTool",
"MenuUtil",
"GameTooltip_SetTitle"
],
"diagnostics.disable": []
}