mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Update `.vscode\settings.json`
This commit is contained in:
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user