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

Print launch.json to C/C++ Output Log #5644

Merged
merged 4 commits into from
Jun 17, 2020
Merged

Commits on Jun 15, 2020

  1. Print launch.json to C/C++ Output Log

    This PR adds a check in resolveDebugConfiguration so that if a user adds
    logging.engineLogging = true in the launch.json, we will output the
    resovled json in the C/C++ Output.
    WardenGnaw committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    39486e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a25eaa View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    af611a3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev/waan/logLaunchJson' of github.com:microsoft/vscode-…

    …cpptools into dev/waan/logLaunchJson
    WardenGnaw committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    97f6c41 View commit details
    Browse the repository at this point in the history