From 1fb0258dcccfc62f7892cead99bfdd920bf8bf59 Mon Sep 17 00:00:00 2001 From: JeffyLikesApples Date: Fri, 23 Feb 2024 03:07:30 -0600 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ad56039..4814c5e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -61,5 +61,18 @@ "strsplittable", "debugstack", "GetLocale" - ] + ], + "[lua]": { + "editor.defaultFormatter": "JohnnyMorganz.stylua" + }, + "Lua.runtime.version": "Lua 5.1", + "editor.detectIndentation": true, + "Lua.workspace.library": [ + "~/dev/UnlockerTypes/Tinkr.lua", + "~/.vscode-insiders/extensions/ketho.wow-api-0.13.2/EmmyLua/Optional", + "~/.vscode-insiders/extensions/ketho.wow-api-0.13.2/EmmyLua/API", + ], + "Lua.workspace.maxPreload": 8000, + "Lua.workspace.preloadFileSize": 1000, + "Lua.workspace.ignoreSubmodules": false } \ No newline at end of file