fix: .luarc.json globals/disables
This commit is contained in:
parent
1caca62854
commit
9219831aa2
16
.luarc.json
16
.luarc.json
@ -2,14 +2,14 @@
|
|||||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||||
"runtime.version" : "Lua 5.1",
|
"runtime.version" : "Lua 5.1",
|
||||||
"diagnostics": {
|
"diagnostics": {
|
||||||
"globals": {
|
"globals": [
|
||||||
"vim": true
|
"vim"
|
||||||
},
|
],
|
||||||
"disable": {
|
"disable": [
|
||||||
"lowercase-global": true,
|
"lowercase-global",
|
||||||
"missing-parameter": true,
|
"missing-parameter",
|
||||||
"trailing-space": true
|
"trailing-space"
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user