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

support profiles from the command line #153658

Closed
weinand opened this issue Jun 29, 2022 · 3 comments
Closed

support profiles from the command line #153658

weinand opened this issue Jun 29, 2022 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality user-profiles User profile management
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Jun 29, 2022

for extension debugging it would be great if a profile could be configured from the command line.

With this the new VS Code instance (the debuggee) could use a different environment (extensions, settings) than the instance running the debugger.

A launch config would look like this:

		{
			"name": "Run Extension",
			"type": "extensionHost",
			"request": "launch",
			"args": [
				"--extensionDevelopmentPath=${workspaceFolder}",
				"--profile=my_clean_profile"
			],
			"outFiles": [
				"${workspaceFolder}/out/**/*.js"
			],
			"preLaunchTask": "${defaultBuildTask}"
		}
@sandy081 sandy081 added feature-request Request for new features or functionality extensions Issues concerning extensions user-profiles User profile management and removed extensions Issues concerning extensions labels Jun 29, 2022
@sandy081 sandy081 added this to the July 2022 milestone Jun 29, 2022
@gjsjohnmurray
Copy link
Contributor

See also #151301

@sandy081
Copy link
Member

sandy081 commented Jul 4, 2022

/duplicate

@vscodenpa vscodenpa added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 4, 2022
@vscodenpa
Copy link

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 similar existing issues. See also our issue reporting guidelines.

Happy Coding!

@github-actions github-actions bot locked and limited conversation to collaborators Aug 18, 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) feature-request Request for new features or functionality user-profiles User profile management
Projects
None yet
Development

No branches or pull requests

4 participants