refactor(#2826): retain necessary view globals

This commit is contained in:
Alexander Courtis
2025-05-03 08:04:06 +10:00
parent 6218f9c2f6
commit e0759880db
10 changed files with 55 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
---@alias LogTypes "all" | "config" | "copy_paste" | "dev" | "diagnostics" | "git" | "profile" | "watcher"
---@alias LogTypes "all" | "config" | "copy_paste" | "dev" | "diagnostics" | "git" | "lifecycle" | "profile" | "watcher"
---@type table<LogTypes, boolean>
local types = {}