mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-21 09:43:33 +01:00
* fix: restrict onboarding to first-launch users and fix sanity tests - Add isNew(StorageScope.APPLICATION) guard to only show onboarding for genuinely new users, not existing users upgrading - Move all guard conditions into tryShowOnboarding() for clarity - Change ONBOARDING_STORAGE_KEY scope from PROFILE to APPLICATION - Add --skip-welcome to sanity test Electron launch args to prevent onboarding overlay from blocking workspace trust dialog Fixes onboarding showing for existing users and sanity test timeouts introduced by PR #307262. * use getBoolean for ONBOARDING_STORAGE_KEY check
VS Code Tests
Contents
This folder contains the various test runners for VS Code. Please refer to the documentation within for how to run them: