// Just some comment { "Lua.diagnostics.globals": [ "ERR", "OUT", "IN", "log", "ac", "_G", "GC", "ID", "DEVELOP", "DBGPORT", "DBGWAIT" ], "Lua.diagnostics.disable": [ ], "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": 5 }