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

Reuse integrated terminal when running debug target #10940

Closed
weinand opened this issue Aug 25, 2016 · 2 comments
Closed

Reuse integrated terminal when running debug target #10940

weinand opened this issue Aug 25, 2016 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues verification-needed Verification of issue is requested verified Verification succeeded

Comments

@weinand
Copy link
Contributor

weinand commented Aug 25, 2016

When running the debug target in the integrated terminal, every debug session results in a new terminal instance. Managing these terminals is a pain.

Please reuse the terminals based on their title.

Ideally, the terminal API should have a way to find out whether the terminal is "busy" (a process is already running). In this case you would not reuse the terminal but create a new terminal (and append a number to the title). If necessary please file an API request for this.

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Aug 25, 2016
@isidorn
Copy link
Contributor

isidorn commented Aug 25, 2016

Assigning to September, if we decide to ship the integrated terminal support this milestone then I will assign this to August

@isidorn isidorn added this to the September 2016 milestone Aug 25, 2016
@weinand
Copy link
Contributor Author

weinand commented Aug 25, 2016

@isidorn the September milestone is ok. We will ship this feature behind a (non documented) launch config flag in August and we will test it next week.

@isidorn isidorn closed this as completed in 50e91ea Sep 5, 2016
@isidorn isidorn added the verification-needed Verification of issue is requested label Sep 5, 2016
@roblourens roblourens added the verified Verification succeeded label Sep 28, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
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 verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants