Explore user profiles
See original GitHub issueOverview
This issue aims to explore what adding “profiles” could look like in the product. These profiles can be used in education, presentations, or can even be language specific. The explorations should cover being able to setup and switch between profiles. Ideally these profiles should be synced with Settings Sync (if used) so you can use those profiles anywhere.
One idea for settings is to introduce a new settings object like:
{
"profiles": {
"demos": {
"files.autoSave": "onFocusChange",
"editor.fontSize": 18,
"editor.tabSize": 2,
"editor.fontWeight": "600",
"screencastMode.enabled": true,
}
},
"editor.fontFamily": "Cascadia Code",
"editor.renderWhitespace": "all",
}
The “Demos” profile inherits the current settings a user has and adds additional settings on top of the current ones. Also, when profiles are enabled we will create a “Default” profile where the user can switch back to their default mode.
Related issues
- Screencast Mode only settings #105226
- Sync mutliple settings profiles #92393
- Multiple environment profiles (either per-session or per-window) #57548
- User profile #53453
- Enable/disable extensions from config file #40239
- Local Workspace settings #40233
- Support “perspectives” like approach in VSCode #95182
Issue Analytics
- State:
- Created 3 years ago
- Reactions:186
- Comments:128 (46 by maintainers)
Top Results From Across the Web
How to open your user profile folder in Windows
Instructions for opening the user profile folder in Windows using File Explorer or Command Prompt, with examples.
Read more >About User Profiles (Windows) - Microsoft Learn
Windows Explorer uses the user-profile folders extensively for such items as the user's Desktop, Start menu and Documents folder.
Read more >How To View User Profile Folders In Windows 10 - YouTube
Windows 10 User Profile FoldersIn this Windows 10 tutorial, I will be showing you how you can view user profile folders on your...
Read more >Displaying user profile in Explorer - TechGenix
Displaying user profile in Explorer · Right-click on the Explorer shortcut on your taskbar to display the jump list. · Then right-click on...
Read more >Understanding Explore user roles - Zendesk help
In addition, a fourth role no access is used when Explore is turned off in the agents profile. Role, Permissions. Admin. Includes all...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Concept B
This concepts attempts to re-use the accounts menu in the activity bar and also creates a default profile and reduces the effort involved with creating/switching accounts.
We are planning to support syncing profiles in current (September 2022) milestone - https://github.com/microsoft/vscode/issues/154243