8 lines
200 B
JSON
8 lines
200 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.diagnostics.globals": [
|
|
"vim",
|
|
],
|
|
"Lua.workspace.checkThirdParty": false
|
|
}
|