9 lines
241 B
JSON
9 lines
241 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime.version": "LuaJIT",
|
|
"workspace.library": ["../love2d-luacats"],
|
|
"runtime.special": {
|
|
"love.filesystem.load": "loadfile"
|
|
}
|
|
}
|