Files
tromi_mobile/.vscode/settings.json
Squishy (C6H12O6+NaCl+H2O) 3eeecfca9a Update `.vscode\settings.json`
2024-04-11 08:56:17 +07:00

14 lines
429 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"
],
"Lua.workspace.checkThirdParty": false,
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}