mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
15 lines
553 B
JSON
15 lines
553 B
JSON
{
|
|
"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",
|
|
"C:/Users/Harry/AppData/Roaming/Code/User/globalStorage/sumneko.lua/addonManager/addons/lldebugger/module/library"
|
|
],
|
|
"Lua.workspace.checkThirdParty": false,
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"main"
|
|
]
|
|
} |