mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-11-16 07:48:11 +01:00
8 lines
269 B
JSON
8 lines
269 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"workspace.library": ["./", "../../snowcap/api/lua"],
|
|
"runtime.version": "Lua 5.2",
|
|
|
|
"--comment": "Format using Stylua instead",
|
|
"format.enable": false,
|
|
}
|