-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.luarc.json
More file actions
40 lines (40 loc) · 630 Bytes
/
.luarc.json
File metadata and controls
40 lines (40 loc) · 630 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "LuaJIT"
},
"workspace": {
"checkThirdParty": "Disable",
"ignoreDir": [".direnv", ".git", "result"]
},
"diagnostics": {
"globals": [
"COLOR_TO_HEX",
"Current",
"DELAY",
"Header",
"IS_EMPTY",
"IS_SYSTEM_SLEEPING",
"Linemode",
"Manager",
"POPUP_OFF",
"POPUP_ON",
"POPUP_TOGGLE",
"PRINT_TABLE",
"Parent",
"Preview",
"Progress",
"SLEEP",
"Sbar",
"STR_SPLIT",
"Status",
"Tab",
"cx",
"ps",
"spoon",
"ui",
"vim",
"ya"
]
}
}