13 lines
248 B
JSON
13 lines
248 B
JSON
|
{
|
||
|
"Lua.diagnostics.globals": [
|
||
|
"include"
|
||
|
],
|
||
|
"Lua.diagnostics.disable": [
|
||
|
"lowercase-global"
|
||
|
],
|
||
|
"Lua.runtime.version": "Lua 5.3",
|
||
|
"search.exclude": {
|
||
|
"build.lua": true,
|
||
|
"game.lua": true
|
||
|
}
|
||
|
}
|