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
storage.ts is a large, tightly coupled file that mixes core logic with direct vscode usage, making it hard to test. Split it into small, focused modules and add unit tests for the core logic using a thin vscode adapter/mocks.
Proposal
Extract core storage logic (try to remove vscode imports or simply mock them in tests).