-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
Milestone
Description
Ref: #218162
- macOS @paulacamargo25
- linux @connor4312
- windows @hediet
Complexity: 4
We have introduced a new Profiles Editor to manage profiles in VS Code, accessible from:
- The Settings Menu in the bottom left corner.
- The Settings Menu in the top left corner.
- The Command Palette (
Ctrl+Shift+PorCmd+Shift+P).
Set up
- Ensure you have the latest version of VS Code Insiders installed.
- Ensure no active profiles conflicts; reset or back up existing profiles if necessary.
Testing
Note: Provide feedback on the UX and functionality for each of the following test cases. Additionally, explore any other features you find and document any issues or suggestions.
1. Test Creating a Profile
- From an existing profile or from a template or an empty profile
- Test customising and preview the new profile
- Test all available actions
- Ensure all options and customizations are functional
- Validate that only one profile is being created during this process.
2. Test Exporting & Importing a Profile
- Exporting:
- Open the Profiles Editor.
- Select and export an existing profile.
- Ensure that the export file is generated correctly and can be saved locally.
- Importing:
- Open the Profiles Editor.
- Import the previously exported profile.
- Validate that the imported profile appears correctly and maintains all configurations.
3. Test Managing a Profile
- Test browsing through the contents within a profile and validate all sections and options are accessible and correctly displayed.
- Test updating the profile's name, icon, and other configurations.
- Test all actions available on a Profile
- Opening a New Window
- Using the Profile for current window
- Using the Profile as default for new window
- Test Deleting a Profile
Reactions are currently unavailable