Skip to content

Commit

Permalink
Update VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Aug 20, 2024
1 parent 7aade33 commit af85906
Showing 1 changed file with 56 additions and 82 deletions.
138 changes: 56 additions & 82 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,84 +1,58 @@
{
"Lua.runtime.version": "Lua 5.1",
"Lua.diagnostics.globals": [
"C_AddOns",
"StaticPopup_Show",
"TooltipDataProcessor",
"DEFAULT_CHAT_FRAME",
"RaidNotice_AddMessage",
"RaidBossEmoteFrame",
"ChatTypeInfo",
"RaidWarningFrame",
"SlashCmdList",
"StaticPopupDialogs",
"FauxScrollFrame_Update",
"FauxScrollFrame_OnVerticalScroll",
"FauxScrollFrame_GetOffset",
"InterfaceOptions_AddCategory",
"InterfaceOptionsFrame",
"InterfaceOptionsFrame_OpenToCategory",
"GameMenuFrame",
"UIParent",
"HideUIPanel",
"_G",
"UnitGUID",
"UnitIsTapDenied",
"CombatLogGetCurrentEventInfo",
"GetServerTime",
"WOW_PROJECT_ID",
"WOW_PROJECT_MAINLINE",
"wipe",
"SendChatMessage",
"CreateFrame",
"pairs",
"GameTooltip",
"IsGUIDInGroup",
"table",
"assert",
"select",
"UnitName",
"time",
"UnitIsPlayer",
"UnitCanAttack",
"UnitTokenFromGUID",
"error",
"tonumber",
"ipairs",
"tostring",
"type",
"Enum",
"floor",
"UnitExists",
"pcall",
"PlaySound",
"string",
"math",
"Settings",
"SOUNDKIT",
"strsplit",
"IsInRaid",
"IsInGroup",
"UnitXPMax",
"UnitXP",
"IsControlKeyDown",
"IsShiftKeyDown",
"BackdropTemplateMixin",
"date",
"setmetatable",
"COMBATLOG_XPGAIN_EXHAUSTION1",
"COMBATLOG_XPGAIN_EXHAUSTION1_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION1_RAID",
"COMBATLOG_XPGAIN_EXHAUSTION2",
"COMBATLOG_XPGAIN_EXHAUSTION2_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION2_RAID",
"COMBATLOG_XPGAIN_EXHAUSTION4",
"COMBATLOG_XPGAIN_EXHAUSTION4_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION4_RAID",
"COMBATLOG_XPGAIN_EXHAUSTION5",
"COMBATLOG_XPGAIN_EXHAUSTION5_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION5_RAID",
"COMBATLOG_XPGAIN_FIRSTPERSON",
"COMBATLOG_XPGAIN_FIRSTPERSON_GROUP",
"COMBATLOG_XPGAIN_FIRSTPERSON_RAID"
]
"Lua.runtime.version": "Lua 5.1",
"Lua.diagnostics.globals": [
"BackdropTemplateMixin",
"COMBATLOG_XPGAIN_EXHAUSTION1",
"COMBATLOG_XPGAIN_EXHAUSTION1_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION1_RAID",
"COMBATLOG_XPGAIN_EXHAUSTION2",
"COMBATLOG_XPGAIN_EXHAUSTION2_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION2_RAID",
"COMBATLOG_XPGAIN_EXHAUSTION4",
"COMBATLOG_XPGAIN_EXHAUSTION4_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION4_RAID",
"COMBATLOG_XPGAIN_EXHAUSTION5",
"COMBATLOG_XPGAIN_EXHAUSTION5_GROUP",
"COMBATLOG_XPGAIN_EXHAUSTION5_RAID",
"COMBATLOG_XPGAIN_FIRSTPERSON",
"COMBATLOG_XPGAIN_FIRSTPERSON_GROUP",
"COMBATLOG_XPGAIN_FIRSTPERSON_RAID",
"ChatTypeInfo",
"DEFAULT_CHAT_FRAME",
"FauxScrollFrame_GetOffset",
"FauxScrollFrame_OnVerticalScroll",
"FauxScrollFrame_Update",
"GameMenuFrame",
"GameTooltip",
"HideUIPanel",
"InterfaceOptionsFrame",
"InterfaceOptionsFrame_OpenToCategory",
"InterfaceOptions_AddCategory",
"RaidBossEmoteFrame",
"RaidNotice_AddMessage",
"RaidWarningFrame",
"SOUNDKIT",
"Settings",
"SlashCmdList",
"StaticPopupDialogs",
"StaticPopup_Show",
"TooltipDataProcessor",
"UIParent",
"WOW_PROJECT_ID",
"WOW_PROJECT_MAINLINE"
],
"Lua.workspace.library": [
"~/.vscode/extensions/ketho.wow-api-0.17.4/Annotations"
],
"Lua.runtime.builtin": {
"basic": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable",
"string": "disable",
"table": "disable",
"utf8": "disable"
}
}

0 comments on commit af85906

Please sign in to comment.