diff --git a/.luarc.json b/.vscode/settings.json similarity index 82% rename from .luarc.json rename to .vscode/settings.json index 3e0e84b..00bc466 100644 --- a/.luarc.json +++ b/.vscode/settings.json @@ -1,7 +1,20 @@ { - "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", - "runtime.version": "Lua 5.1", - "diagnostics.globals": [ + "Lua.runtime.version": "Lua 5.1", + "Lua.runtime.builtin": { + "basic": "disable", + "debug": "disable", + "io": "disable", + "math": "disable", + "os": "disable", + "package": "disable", + "string": "disable", + "table": "disable", + "utf8": "disable" + }, + "Lua.workspace.library": [ + "~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations" + ], + "Lua.diagnostics.globals": [ "ALL", "SOLO", "BEST", @@ -89,7 +102,7 @@ "ENEMY", "REFlexFrame_HKBar" ], - "diagnostics.disable": [ + "Lua.diagnostics.disable": [ "undefined-field", "missing-parameter", "redundant-parameter", diff --git a/REFlex.lua b/REFlex.lua index 162660c..5d65981 100644 --- a/REFlex.lua +++ b/REFlex.lua @@ -62,7 +62,7 @@ local SendAddonMessage = C_ChatInfo.SendAddonMessage local PlaySound = PlaySound local ElvUI = ElvUI -RE.Version = 3317 +RE.Version = 3318 RE.LastSquash = 1602662400 RE.FoundNewVersion = false diff --git a/REFlex.toc b/REFlex.toc index 85f4784..883e30f 100644 --- a/REFlex.toc +++ b/REFlex.toc @@ -1,7 +1,7 @@ -## Interface: 110002 +## Interface: 110005 ## Title: |cFF74D06CRE|rFlex ## Notes: Collect statistics of played arena matches and battlegrounds. -## Version: 3.3.17 +## Version: 3.3.18 ## Author: AcidWeb ## SavedVariablesPerCharacter: REFlexSettings, REFlexDatabase, REFlexHonorDatabase ## AddonCompartmentFunc: REFlex_CompartmentOnClick