Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extension profiles #137505

Closed
rickstaa opened this issue Nov 19, 2021 · 4 comments
Closed

Add extension profiles #137505

rickstaa opened this issue Nov 19, 2021 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@rickstaa
Copy link

#15611 gives users the option to disable and enable specific extensions for a given workspace. This feature is excellent, but I think it can be improved even further with extension profiles. An extension profile is a particular set of extensions that are enabled when this profile is set in your vscode settings.json file:

{
    "extensions.profile": "CPP",
}

Users would then be able to add extensions to a profile and enable these sets for specific workspaces.

@gjsjohnmurray
Copy link
Contributor

/duplicate

See #116740, #40239, #39272

@rickstaa
Copy link
Author

@gjsjohnmurray Thanks I missed those.

@g13013
Copy link

g13013 commented Nov 25, 2021

coupled with #137091 it would be awesome !

@github-actions github-actions bot locked and limited conversation to collaborators Jan 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

5 participants
@g13013 @gjsjohnmurray @sandy081 @rickstaa and others