-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.luarc.json
More file actions
20 lines (20 loc) · 554 Bytes
/
.luarc.json
File metadata and controls
20 lines (20 loc) · 554 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT",
"codeLens.enable": true,
"completion.callSnippet": "Replace",
"hint.enable": true,
"hint.semicolon": "Disable",
"hint.setType": true,
"hover.enumsLimit": 10,
"runtime.pathStrict": true,
"type.castNumberToInteger": false,
"diagnostics.neededFileStatus": {
"codestyle-check": "Any",
"no-unknown": "Any"
},
"diagnostics.groupSeverity": {
"unused": "Information",
"redefined": "Warning"
}
}