Update `.vscode\settings.json`

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-04-11 08:56:17 +07:00
parent 3e9afc3e05
commit 3eeecfca9a

13
.vscode/settings.json vendored
View File

@@ -1,5 +1,14 @@
{
"Lua.diagnostics.globals": [
"love"
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.special": {
"love.filesystem.load": "loadfile"
},
"Lua.workspace.library": [
"${3rd}/love2d/library",
"C:/Users/Harry/AppData/Roaming/Code/User/globalStorage/sumneko.lua/addonManager/addons/love2d/module/library"
],
"Lua.workspace.checkThirdParty": false,
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}