// Just some comment { "Lua.diagnostics.globals": [ "ERR", "OUT", "IN", "log", "_G", "GC", "ID", "DEVELOP", "DBGPORT", "DBGWAIT", "tracy", "LOCALE", "SHOWSOURCE", "TRACE", "FOOTPRINT" ], "Lua.diagnostics.disable": [ "close-non-object", "undefined-field" ], "Lua.runtime.version": "Lua 5.4", // Just some comment "Lua.workspace.maxPreload": 600, "Lua.workspace.preloadFileSize": 1000, "Lua.workspace.ignoreDir": [ "locale/", "libs/", "3rd", ".vscode", "meta", ], "Lua.workspace.library": { "E:/Github/test" : true, // Just some comment "script/meta" : true, }, "Lua.plugin.enable": true, "Lua.awakened.cat": true, "Lua.develop.enable": true, "Lua.develop.debuggerPort": 11413, "Lua.intelliSense.searchDepth": 0, "Lua.runtime.path": [ "?.lua", "script/?.lua", "script/?/init.lua" ], //"Lua.misc.parameters": "--showsource=true" }