-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsettings.json
More file actions
59 lines (59 loc) · 1.75 KB
/
settings.json
File metadata and controls
59 lines (59 loc) · 1.75 KB
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
{
"Lua.diagnostics.globals": [
"HelpTip",
"PROFESSIONS_FISHING",
"UISpecialFrames",
"EditBox_ClearHighlight",
"Clamp",
"ButtonStateBehaviorMixin",
"TextureKitConstants",
"OKAY",
"HELP_TIP_BUTTON_GOT_IT",
"NEXT",
"COLLECTION_PAGE_NUMBER",
"SlashCmdList",
"WorldFrame",
"PaperDollFrame_SetSidebar",
"PaperDollFrame",
"ToggleCharacter",
"INVSLOT_OFFHAND",
"INVSLOT_MAINHAND",
"CharacterFrame",
"CreateFramePool",
"UIDropDownMenu_Initialize",
"UIDropDownMenu_SetWidth",
"UIDropDownMenu_SetButtonWidth",
"UIDropDownMenu_SetSelectedID",
"UIDropDownMenu_JustifyText",
"UIDropDownMenu_AddButton",
"UIDropDownMenu_CreateInfo",
"CollectionsJournal_SetTab",
"CollectionsJournal",
"ToyBox",
"Angleur",
"Angleur_ConfigPanel_Tab1_Contents_ReturnButton",
"AngleurSet_AlertAnim",
"Angleur_CreateSetAndAdd",
"LibDBIcon10_AngleurMap",
"angleurDelayers",
"Angleur_AngleurKey",
"Angleur_RecastKey",
"angleurCombatDelayFrame",
"angleurFunctionsQueueTable",
"Angleur_PlaterFrame",
"Angleur_ExtraToys_First",
"Angleur_ExtraToys_Second",
"Angleur_ExtraToys_Third",
"Angleur_ConfigPanel",
"Angleur_ConfigPanel_Tab2_Contents_AdvancedButton",
"Angleur_AdvancedAnglingPanel",
"AngleurUnderlight_AngleurWakeUpPing",
"Legolando_SimplePromotionTooltip_Angleur",
"GAME_LOCALE",
"GEARSETS_POPUP_TEXT",
"VIDEO_QUALITY_LABEL6"
],
"Lua.diagnostics.disable": [
"redundant-parameter"
]
}