chore: create developer command to deselect account
Description
This MR introduces a command that removes active account selection. This allows developers who work on any account logic to quickly get into the vanilla state by removing account selection.
This MR won't be mentioned in the CHANGELOG, it is developer-facing.
Related Issues
Part of VS Code: Implement Single account UI and intera... (#1378 - closed)
How has this been tested?
Use the "gitlab.featureFlags.singleAccount":true, feature flag to enable this feature.
- Add multiple accounts to your VS code account (you can do 1 OAuth and one PAT)
- follow the screencast from issue description to select and de-select account.
What CHANGELOG entry will this MR create?
-
fix:Bug fix fixes - a user-facing issue in production - included in changelog -
feature:New feature - a user-facing change which adds functionality - included in changelog -
BREAKING CHANGE:(fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog -
None - other non-user-facing changes
Edited by Tomas Vik (OOO back on 2026-01-05)