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

Improve startup deactivating extensions #40783

Closed
mdbetancourt opened this issue Dec 24, 2017 · 4 comments
Closed

Improve startup deactivating extensions #40783

mdbetancourt opened this issue Dec 24, 2017 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) extensions Issues concerning extensions feature-request Request for new features or functionality

Comments

@mdbetancourt
Copy link

It should be possible to create job profiles that enable and disable extensions depending on the configured environment and in this way can be reused in other workspaces and that all others are disabled by default.

through the .vscode/settings.json of the project it should be possible to specify which profile has that workspace

@vscodebot vscodebot bot added the extensions Issues concerning extensions label Dec 24, 2017
@weinand weinand added the feature-request Request for new features or functionality label Dec 24, 2017
@sandy081
Copy link
Member

sandy081 commented Jan 8, 2018

@Akhail Are you asking for workspace profiles that has extensions to be used for that workspace?

@sandy081 sandy081 added the info-needed Issue requires more information from poster label Jan 8, 2018
@mdbetancourt
Copy link
Author

mdbetancourt commented Jan 10, 2018

Yes, example i have two profiles: python and javascript. I have the following extensions:
Magic python, git history, jinja, nodejs, npm, webpack
at workspace have the follow config:
{
"profile": "python"
}
when opening it only activate "magic python", "jinja" and git history
everything configurable from "user settings"
an example would be

{
    "profiles": [
        {
            "name": "python",
            "extensions": [
                "magicstack.magicpython",
                "wholroyd.jinja",
                "donjayamanne.githistory"
            ]
        }
    ]
}

@sandy081 sandy081 removed the info-needed Issue requires more information from poster label Jan 25, 2018
@sandy081
Copy link
Member

Duplicate of #40109

@sandy081 sandy081 marked this as a duplicate of #40109 Jan 25, 2018
@sandy081 sandy081 added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 25, 2018
@vscodebot
Copy link

vscodebot bot commented Jan 25, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Jan 25, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 11, 2018
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) extensions Issues concerning extensions feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants