-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathEnhancedCooldownManager.code-workspace
More file actions
114 lines (114 loc) · 3.34 KB
/
Copy pathEnhancedCooldownManager.code-workspace
File metadata and controls
114 lines (114 loc) · 3.34 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"folders": [
{
"path": "."
}
],
"settings": {
"Lua.runtime.version": "Lua 5.1",
"Lua.type.weakUnionCheck": true,
"Lua.runtime.builtin": {
"basic": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable",
"string": "disable",
"table": "disable",
"utf8": "disable"
},
"Lua.workspace.library": [
"~\\scoop\\apps\\luarocks\\current\\rocks\\share\\lua\\5.4\\busted",
"~\\.vscode\\extensions\\ketho.wow-api-0.22.3\\Annotations\\Core"
],
"Lua.workspace.ignoreDir": [
"Tests",
"Libs/*/Tests"
],
"Lua.diagnostics.ignoredFiles": "Disable",
"Lua.diagnostics.globals": [
"DevTool",
"DEFAULT",
"SlashCmdList",
"STANDARD_TEXT_FONT",
"Settings",
"EssentialCooldownViewer",
"UtilityCooldownViewer",
"RAID_CLASS_COLORS",
"ColorPickerFrame",
"FrameUtil",
"EditModeManagerFrame",
"ReloadUI",
"StaticPopup_Show",
"StaticPopupDialogs",
"AddonCompartmentFrame",
"CLOSE",
"OKAY",
"CANCEL",
"YES",
"NO",
"SELECTED_CHAT_FRAME",
"DEFAULT_CHAT_FRAME",
"ACCEPT",
"hash_SlashCmdList",
"NORMAL_FONT_COLOR_CODE",
"FONT_COLOR_CODE_CLOSE",
"SetDesaturation",
"ChatEdit_InsertLink",
"ChatFrameUtil",
"NOT_BOUND",
"RESET_TO_DEFAULT",
"MouseIsOver",
"HUD_EDIT_MODE_RESET_POSITION",
"SettingsListElementMixin",
"CreateFramePool",
"CreateSettingsButtonInitializer",
"MinimalSliderWithSteppersMixin",
"SettingsDropdownControlMixin",
"ButtonStateBehaviorMixin",
"DefaultTooltipMixin",
"MenuConstants",
"CurveConstants",
"class",
"DRUID_CAT_FORM",
"UIParent",
"CHAT_CHANNELS",
"NORMAL_FONT_COLOR",
"GameFontNormal",
"GameFontHighlight",
"GameFontHighlightLarge",
"GameFontHighlightSmall",
"GameFontDisableSmall",
"GameTooltip",
"GameFontNormalSmall",
"ChatFontNormal",
"GRAY_FONT_COLOR",
"coroutine",
"canaccesstable",
"ADD",
"REMOVE",
"BuffBarCooldownViewer",
"UISpecialFrames",
"ScrollUtil",
"CreateScrollBoxListLinearView",
"CreateDataProvider",
"GameTooltip_Hide",
"SettingsPanel",
"SettingsSliderControlMixin",
"CreateSettingsListSectionHeaderInitializer",
"Round",
"CLASS_COLORS"
],
"Lua.diagnostics.disable": [
"assign-type-mismatch"
],
"chat.tools.terminal.autoApprove": {
"/^busted Tests$/": {
"approve": true,
"matchCommandLine": true
},
"luacheck": true
},
}
}