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

use title for terminal selection #123478

Merged
merged 2 commits into from
Jun 7, 2021
Merged

use title for terminal selection #123478

merged 2 commits into from
Jun 7, 2021

Conversation

danielgary
Copy link
Contributor

This PR fixes #123189

This should guarantee that all launch configurations that use integrated terminal should always receive a terminal with their name. It should also help fix issues related to vscode opening multiple terminals for the same launch process.

Co-authored-by: Connor Peet <connor@peet.io>
@danielgary
Copy link
Contributor Author

danielgary commented May 13, 2021

I just tested with the nightly build of the vscode-js-debug extension. This works and does prevent creating additional terminals.
E1Nzk-GWQAs0e57

@isidorn
Copy link
Contributor

isidorn commented May 14, 2021

This looks good to me. However I know @weinand is back from vacation next week so I suggest we wait for him before we merge this in.

@danielgary
Copy link
Contributor Author

Any update on this? I'm happy to make changes if needed.

@isidorn
Copy link
Contributor

isidorn commented Jun 2, 2021

@danielgary we are currently in Endgame week and we are only working on fixing issues.
So I suggest that we try to merge this in start of next milestone June so we have enough time to try this out in practice on Insiders.
However leaving this up to @weinand

@isidorn isidorn assigned weinand and unassigned isidorn Jun 2, 2021
@isidorn isidorn modified the milestones: May 2021, June 2021 Jun 2, 2021
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jun 2, 2021
@weinand weinand merged commit 1fe6115 into microsoft:main Jun 7, 2021
@weinand
Copy link
Contributor

weinand commented Jun 7, 2021

@danielgary thanks for the PR

@github-actions github-actions bot locked and limited conversation to collaborators Jul 22, 2021
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.

Rename debug terminals if a second runInTerminal request comes in with a different name
4 participants