12 lines
299 B
JSON
12 lines
299 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.runtime.version": "LuaJIT",
|
|
"Lua.diagnostics.disable": [
|
|
"undefined-field",
|
|
"need-check-nil"
|
|
],
|
|
"Lua.workspace.library": {
|
|
"../cc-lsp-config": true
|
|
}
|
|
}
|