File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed
Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ RE.BlinkPOIValue = 0.3
114114RE .BlinkPOIUp = true
115115
116116RE .FoundNewVersion = false
117- RE .AddonVersionCheck = 21005
117+ RE .AddonVersionCheck = 21007
118118RE .ScreenHeight , RE .ScreenWidth = UIParent :GetCenter ()
119119
120120RE .MapSettings = {
Original file line number Diff line number Diff line change 1- ## Interface : 110002
1+ ## Interface : 110005
22## Title : |c FF74D06C RE|r Porter
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
You can’t perform that action at this time.
0 commit comments