You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DiesalLibs/.vscode/settings.json

65 lines
1.3 KiB

{
"Lua.diagnostics.globals": [
"DEFAULT_CHAT_FRAME",
"ChatFrame1",
"RED_FONT_COLOR",
"WHITE_FONT_COLOR",
"class",
"message",
"Ambiguate",
"CreateFrame",
"format",
"geterrorhandler",
"GetTime",
"GetFramerate",
"wipe",
"UnitInRaid",
"UnitInParty",
"hooksecurefunc",
"CreateColor",
"floor",
"GetCursorPosition",
"GetScreenWidth",
"GetScreenHeight",
"GetSpellInfo",
"GetBonusBarOffset",
"GetDodgeChance",
"GetCombatRatingBonus",
"PlaySound",
"UIParent",
"type",
"next",
"pairs",
"tostring",
"error",
"assert",
"string",
"table",
"setmetatable",
"print",
"select",
"tonumber",
"math",
"getmetatable",
"ipairs",
"min",
"max",
"loadstring",
"rawset",
"rawget",
"xpcall",
"GameTooltip",
"getfenv",
"_G",
"unpack",
"pcall",
"tinsert",
"tremove",
"IsShiftKeyDown",
"CreateFont",
"BackdropTemplateMixin",
"strsplittable",
"debugstack",
"GetLocale"
]
}