mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-26 21:58:10 +01:00
17 lines
565 B
JSON
17 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,
|
||
|
}
|