2022-11-26 05:39:32 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
2022-12-30 03:19:02 +00:00
|
|
|
"Lua.diagnostics.globals": [
|
|
|
|
"vim",
|
|
|
|
],
|
2022-11-26 05:39:32 +00:00
|
|
|
"Lua.workspace.checkThirdParty": false
|
2022-12-30 03:19:02 +00:00
|
|
|
}
|