This commit is contained in:
2026-06-30 01:45:19 -04:00
parent cee2192cdf
commit 6464becd5b
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "Lua 5.4",
"path": [
"?.lua",
"?/init.lua"
]
},
"workspace": {
"checkThirdParty": false,
"library": []
},
"diagnostics": {
"globals": []
}
}