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

Call vscode.openFolder command with profile/set of extensions (similar to #151301) #156173

Closed
alefragnani opened this issue Jul 25, 2022 · 1 comment · Fixed by #170287
Closed
Assignees
Labels
feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders user-profiles User profile management verified Verification succeeded
Milestone

Comments

@alefragnani
Copy link

Today, the vscode.openFolder command only supports an Uri describing the folder/workspace path to be opened.

It would be interesting to allow adding the set of extensions to be used as well, or at least the profile, just like the CLI interface created in #151301.

Thank you

@lramos15 lramos15 assigned sandy081 and unassigned lramos15 Jul 25, 2022
@sandy081 sandy081 added feature-request Request for new features or functionality user-profiles User profile management labels Jul 26, 2022
@sandy081 sandy081 added this to the Backlog milestone Jul 26, 2022
@sandy081 sandy081 modified the milestones: Backlog, January 2023 Dec 13, 2022
sandy081 added a commit that referenced this issue Dec 30, 2022
sandy081 added a commit that referenced this issue Dec 30, 2022
@vscodenpa vscodenpa added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Dec 30, 2022
@sandy081 sandy081 added the verification-needed Verification of issue is requested label Jan 23, 2023
@sandy081
Copy link
Member

sandy081 commented Jan 23, 2023

To verify:

  • Create a profile abc
  • Verify passing the profile name as an argument to the vscode.openFolder command from the extension and make sure the folder is opened in that profile. Eg: vscode.openFolder(uri, {profile: 'abc'})

@bhavyaus bhavyaus added verified Verification succeeded and removed verification-needed Verification of issue is requested labels Jan 25, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders user-profiles User profile management verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants