Skip to content

new terminal options for debugging. #16996

@brettcannon

Description

@brettcannon

Discussed in #16932

Originally posted by byehack August 11, 2021

From microsoft/vscode#130518

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions