- Give my gist some love https://gist.github.com/Pegasust/364b123b40dfc36cd113ae9526f83904
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.diagnostics.globals": [
|
|
"vim"
|
|
],
|
|
"workspace.library": [
|
|
|
|
],
|
|
"Lua.workspace.checkThirdParty": false
|
|
}
|