pinnacle/snowcap/api/lua/.luarc.json
Ottatop 83f968c3c9 Un-submodule snowcap
ya know it turns out when you have a submodule it's a real pain to update things
2024-12-15 21:41:45 -06:00

16 lines
565 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"workspace.library": [
"./",
"~/.luarocks/share/lua/5.4/grpc_client.lua",
"~/.luarocks/share/lua/5.4/grpc_client",
"~/.luarocks/share/lua/5.3/grpc_client.lua",
"~/.luarocks/share/lua/5.3/grpc_client",
"~/.luarocks/share/lua/5.2/grpc_client.lua",
"~/.luarocks/share/lua/5.2/grpc_client",
],
"runtime.version": "Lua 5.2",
"--comment": "Format using Stylua instead",
"format.enable": false,
}