Skip to content

Commit ec8860f

Browse files
committed
TOC bump
1 parent 1d3280c commit ec8860f

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

.luarc.json renamed to .vscode/settings.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
3-
"runtime.version": "Lua 5.1",
4-
"diagnostics.globals": [
2+
"Lua.diagnostics.globals": [
53
"AddOnSkins",
64
"FACTION_ALLIANCE",
75
"FACTION_HORDE",
@@ -32,11 +30,26 @@
3230
"REPorterFrameEstimatorText",
3331
"REPorterFrameEstimator"
3432
],
35-
"diagnostics.disable": [
33+
"Lua.diagnostics.disable": [
3634
"inject-field",
3735
"undefined-field",
3836
"missing-fields",
3937
"param-type-mismatch",
4038
"assign-type-mismatch"
41-
]
39+
],
40+
"Lua.runtime.version": "Lua 5.1",
41+
"Lua.runtime.builtin": {
42+
"basic": "disable",
43+
"debug": "disable",
44+
"io": "disable",
45+
"math": "disable",
46+
"os": "disable",
47+
"package": "disable",
48+
"string": "disable",
49+
"table": "disable",
50+
"utf8": "disable"
51+
},
52+
"Lua.workspace.library": [
53+
"~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations"
54+
]
4255
}

REPorter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ RE.BlinkPOIValue = 0.3
114114
RE.BlinkPOIUp = true
115115

116116
RE.FoundNewVersion = false
117-
RE.AddonVersionCheck = 21005
117+
RE.AddonVersionCheck = 21007
118118
RE.ScreenHeight, RE.ScreenWidth = UIParent:GetCenter()
119119

120120
RE.MapSettings = {

REPorter.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## Interface: 110002
1+
## Interface: 110005
22
## Title: |cFF74D06CRE|rPorter
33
## Notes: Provide battleground map.
4-
## Version: 2.10.6
4+
## Version: 2.10.7
55
## Author: AcidWeb
66
## SavedVariables: REPorterSettings
77
## IconTexture: Interface\AddOns\REPorter\RELogo

0 commit comments

Comments
 (0)