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

Cannot launch multiple programs in integrated terminal #209

Closed
akaroml opened this issue Dec 20, 2017 · 2 comments
Closed

Cannot launch multiple programs in integrated terminal #209

akaroml opened this issue Dec 20, 2017 · 2 comments
Assignees
Labels
Milestone

Comments

@akaroml
Copy link
Member

akaroml commented Dec 20, 2017

  1. Make sure there are two launch configurations in launch.json
  2. Make sure both launch configurations' console setting is "integratedTerminal"
  3. Launch the first one, and you see "Java Debug Console" channel added to integrated terminal
  4. Try launch the second one, timeout

Expected behavior:

  1. Users should be able to launch multiple programs in integrated terminal
  2. Each program should have its own terminal created
  3. The title of the terminal should reflect the program name, e.g. "Debug - simpleApp"
@akaroml akaroml added the bug label Dec 20, 2017
@akaroml akaroml added this to the 0.6.0 milestone Dec 20, 2017
@akaroml akaroml mentioned this issue Dec 20, 2017
13 tasks
@testforstephen
Copy link
Contributor

vscode tries to launch the two programs at the same integrate terminal so it failed. Open a bug on vscode microsoft/vscode#40814

@testforstephen
Copy link
Contributor

This issue is fixed in the latest vscode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants