dots/.luarc.json

6 lines
182 B
JSON
Raw Normal View History

2022-08-16 03:33:55 -05:00
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.workspace.checkThirdParty": true,
"Lua.workspace.maxPreload": 2000
}