question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Explore user profiles

See original GitHub issue

Overview

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:open
  • Created 3 years ago
  • Reactions:186
  • Comments:128 (46 by maintainers)

github_iconTop GitHub Comments

36reactions
miguelsoloriocommented, Feb 18, 2021

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.

Kapture 2021-02-18 at 09 00 38

27reactions
sandy081commented, Sep 7, 2022

We are planning to support syncing profiles in current (September 2022) milestone - https://github.com/microsoft/vscode/issues/154243

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found