You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: drop Finder* identifier names; fix settings init warning
- Rename FinderTreeExplorerPlugin -> SelectFolderPlugin,
FinderTreeSettings -> SelectFolderSettings,
FinderTreeSettingTab -> SelectFolderSettingTab so identifiers match the
plugin name (the "Finder-style" descriptive comments stay — they refer to
the macOS Finder interaction the plugin emulates).
- Mark `settings` with a definite assignment assertion (`settings!`) since
it's populated in onload()/loadSettings(), silencing ts(2564).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>