15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.diagnostics.disable": [
|
|
"empty-block",
|
|
"trailing-space"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"vim",
|
|
"user_conf",
|
|
"describe",
|
|
"it"
|
|
],
|
|
"Lua.workspace.checkThirdParty": false
|
|
}
|