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

new terminal options for debugging. #130518

Closed
byehack opened this issue Aug 10, 2021 · 2 comments
Closed

new terminal options for debugging. #130518

byehack opened this issue Aug 10, 2021 · 2 comments
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@byehack
Copy link

byehack commented Aug 10, 2021

there is internalConsoleOptions in launch configurations options. via set it to "neverOpen" we can prevent from opening debug console.

but some projects doesn't need open terminal on debug starts. there should be internalTerminalOptions. here is the options:
"neverOpen"
"openUnfocused"
"alwaysOpen"(Default)

@weinand
Copy link
Contributor

weinand commented Aug 10, 2021

Terminals are not controlled by VS Code but by individual debug extensions. Please file this feature request against the debug extension you are using.

@weinand weinand added the *caused-by-extension Issue identified to be caused by an extension label Aug 10, 2021
@weinand weinand removed their assignment Aug 10, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Sep 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

3 participants
@weinand @byehack and others