Skip to content

1.2.0-insiders2#6820

Merged
sean-mcmanus merged 7 commits intoinsidersfrom
seanmcm/1_2_0_insiders2
Jan 20, 2021
Merged

1.2.0-insiders2#6820
sean-mcmanus merged 7 commits intoinsidersfrom
seanmcm/1_2_0_insiders2

Conversation

@sean-mcmanus
Copy link
Copy Markdown
Contributor

No description provided.

Colengms and others added 7 commits January 15, 2021 11:44
* Fix Go to Symbol in Workspace
* Remove .dylib filtering.
* Add new "console" launch config for vsdbg

This PR adds new console support for the cppvsdbg debug type.

This removes the legacy 'externalConsole' flag with 'console'.
Console has four enums:
- internalConsole: Output to the VS Code Debug Console. This doesn't
  support reading console input (ex:Console.ReadLine)
- integratedTerminal: VS Code's integrated terminal
- externalTerminal: External terminal that can be configured via user
  settings
- newExternalWindow: Console applications will be launched in their own
  external console window which will end when the application stops.
  Non-console applications will run without a terminal, and
  stdout/stderr will be ignored.
@sean-mcmanus sean-mcmanus requested a review from a team January 20, 2021 02:23
@sean-mcmanus sean-mcmanus merged commit f9ecc9c into insiders Jan 20, 2021
@sean-mcmanus sean-mcmanus deleted the seanmcm/1_2_0_insiders2 branch January 20, 2021 04:27
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants