11 lines
313 B
JSON
11 lines
313 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.runtime.version": "LuaJIT",
|
|
"Lua.workspace.checkThirdParty": false,
|
|
"Lua.workspace.library": [
|
|
"${3rd}/love2d/library"
|
|
],
|
|
"Lua.workspace.userThirdParty": [
|
|
"love2d"
|
|
]
|
|
} |