coditionally require dbg
This commit is contained in:
parent
7ae6f135fa
commit
4220de5f10
@ -1,7 +1,9 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"Lua.runtime.version": "LuaJIT",
|
||||
"Lua.diagnostics.disable": [
|
||||
"undefined-field"
|
||||
"undefined-field",
|
||||
"need-check-nil"
|
||||
],
|
||||
"Lua.workspace.library": {
|
||||
"../cc-lsp-config": true
|
||||
|
Loading…
Reference in New Issue
Block a user