Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/vscode-cpptools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b331179
Choose a base ref
...
head repository: microsoft/vscode-cpptools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2efdb84
Choose a head ref
  • 18 commits
  • 72 files changed
  • 8 contributors

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    e3db8a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Update strings and fwlinks (#5614)

    * Update strings.
    * Update fwlinks.
    sean-mcmanus authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    34457f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Fix files.associations updating. (#5626)

    Fix for #5618
    Scenario 1: Manually change files.associations. Bug: We weren't sending files.associations along with the settings change.
    Scenario 2: Open a .C file. Bug: The language associations need to be changed before sending the didOpen.
    sean-mcmanus authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    86a8139 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Add quoteArgs to schema (#5639)

    With microsoft/MIEngine#1006, the debug adapter
    supports 'quoteArgs' in pipeTransports. If the user wishes to handle the
    quoting for pipeTransport arguments, they should set this field to
    'false'. It currently defaults to true.
    
    For example, if quoteArgs is 'true', the pipe command will result in
    "bash.exe -c '/usr/bin/gdb --interpreter=mi'" If false,
    it will result to "wsl.exe -c /usr/bin/gdb --interpreter=mi"
    WardenGnaw authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    f3c4431 View commit details
    Browse the repository at this point in the history
  2. Support Debug Welcome Panel (#5503)

    This PR enables the Debug Welcome Panel for c/cpp languages.
    WardenGnaw authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    0dea2e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f1b2b0 View commit details
    Browse the repository at this point in the history
  4. Added system to store and query properties from the active C/C++ conf…

    …iguration (#5453)
    
    * Added system to store and query properties from the active C/C++ configuration
    Co-authored-by: yngwe@farnsworth <yngwe@farnsworth>
    Co-authored-by: yngwe@bender <yngwe@bender>
    3 people authored and sean-mcmanus committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    1942a70 View commit details
    Browse the repository at this point in the history
  5. Fix linter errors.

    sean-mcmanus committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    a6df7ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a5a00b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5645 from microsoft/seanmcm/customConfigurationVa…

    …riableCherryPick
    
    custom configuration variable cherry pick
    sean-mcmanus authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    7821797 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

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

    * 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.
    
    * Use GitHub bug notation and add title for log
    
    Co-authored-by: Sean McManus <[email protected]>
    WardenGnaw and sean-mcmanus authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    b7cd0d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37dfc2d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. [cppvsdbg] Add logging ThreadExit and ProcessExit (#5652)

    * [cppvsdbg] Add logging ThreadExit and ProcessExit
    
    This PR adds two log flags for ThreadExit and ProcessExit events.
    This will remove the "The thread 10564 has exited with code 0 (0x0)."
    and "The program '[24104] ConsoleApplication1.exe' has exited with code
    0 (0x0)." messages.
    WardenGnaw authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    de4a6ba View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    64b9495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    929d548 View commit details
    Browse the repository at this point in the history
  3. updateChannel fixes. (#5465)

    Fixes:
    - It doesn't check for a downgrade to non-insiders on startup, only when the setting changes.
    - There was a bug with the timer code that checks for a new insiders every hour.
    - It wasn't bypassing the autoUpdate check when the user manually switches the updateChannel.
    sean-mcmanus authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d80e04e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Update changelog for 0.29.0-insiders. (#5684)

    * Update changelog for 0.29.0-insiders.
    sean-mcmanus authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    d8cdeee View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    2efdb84 View commit details
    Browse the repository at this point in the history
Loading