-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleUnitFrames.code-workspace
More file actions
58 lines (58 loc) · 1.05 KB
/
SimpleUnitFrames.code-workspace
File metadata and controls
58 lines (58 loc) · 1.05 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
{
"folders": [
{
"path": "."
},
{
"path": "../PerformanceLib"
},
{
"path": "../WoWAddonAPIAgents"
},
{
"path": "../wow-ui-source"
},
{
"path": "../wow-ui-source-live"
},
{
"path": "../QUI"
}
],
"settings": {
"powershell.cwd": "SimpleUnitFrames",
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.builtin": {
"basic": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable",
"string": "disable",
"table": "disable",
"utf8": "disable"
},
"Lua.workspace.library": [
"~\\.vscode\\extensions\\ketho.wow-api-0.22.3\\Annotations\\Core"
],
"Lua.diagnostics.disable": [
"ambiguity-1",
"cast-local-type",
"deprecated",
"duplicate-set-field",
"inject-field",
"lowercase-global",
"missing-fields",
"missing-parameter",
"missing-return",
"need-check-nil",
"param-type-mismatch",
"redundant-parameter",
"unbalanced-assignments",
"undefined-field",
"undefined-global"
],
"wowAPI.luals.frameXML": false
}
}