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

Isidorn/compound #16014

Merged
merged 4 commits into from
Nov 24, 2016
Merged

Isidorn/compound #16014

merged 4 commits into from
Nov 24, 2016

Conversation

isidorn
Copy link
Contributor

@isidorn isidorn commented Nov 24, 2016

fixes #14842

We now support the followin syntax for launching multiple configurations at once

{
	"version": "0.2.0",
	"configurations": [
		{
			"type": "mock",
			"request": "launch",
			"name": "Mock-Debug",
			"program": "${workspaceRoot}/readme.md",
			"stopOnEntry": true
		},
		{
			"type": "node",
			"request": "launch",
			"name": "Launch Program",
			"program": "${workspaceRoot}/fib.js",
			"cwd": "${workspaceRoot}"
		}
	],
	"compounds": [
		{
			"name": "Compound",
			"configurations": ["Mock-Debug", "Launch Program"]
		}
	]
}

@mention-bot
Copy link

@isidorn, thanks for your PR! By analyzing the history of the files in this pull request, we identified @jrieken, @egamma and @bpasero to be potential reviewers.

@isidorn isidorn self-assigned this Nov 24, 2016
@isidorn isidorn added this to the November 2016 milestone Nov 24, 2016
@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Nov 24, 2016
@isidorn isidorn merged commit 6312e73 into master Nov 24, 2016
@isidorn isidorn deleted the isidorn/compound branch November 24, 2016 14:01
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

multi debug: productise 'composite' launch config
3 participants