From 3eeecfca9aa9a41c7a865163432f488deafc50d0 Mon Sep 17 00:00:00 2001 From: "Squishy (C6H12O6+NaCl+H2O)" <106439598+SweetSea-ButImNotSweet@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:56:17 +0700 Subject: [PATCH] Update ``.vscode\settings.json`` --- .vscode/settings.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a59b386..a239ff2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" ] } \ No newline at end of file