-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: microsoft/vscode-cpptools
base: 0.28.3
head repository: microsoft/vscode-cpptools
compare: 0.29.0-insiders
- 18 commits
- 72 files changed
- 8 contributors
Commits on Jun 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e3db8a5 - Browse repository at this point
Copy the full SHA e3db8a5View commit details
Commits on Jun 6, 2020
-
Update strings and fwlinks (#5614)
* Update strings. * Update fwlinks.
Configuration menu - View commit details
-
Copy full SHA for 34457f2 - Browse repository at this point
Copy the full SHA 34457f2View commit details
Commits on Jun 10, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 86a8139 - Browse repository at this point
Copy the full SHA 86a8139View commit details
Commits on Jun 15, 2020
-
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"
Configuration menu - View commit details
-
Copy full SHA for f3c4431 - Browse repository at this point
Copy the full SHA f3c4431View commit details -
Support Debug Welcome Panel (#5503)
This PR enables the Debug Welcome Panel for c/cpp languages.
Configuration menu - View commit details
-
Copy full SHA for 0dea2e4 - Browse repository at this point
Copy the full SHA 0dea2e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f1b2b0 - Browse repository at this point
Copy the full SHA 1f1b2b0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1942a70 - Browse repository at this point
Copy the full SHA 1942a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6df7ee - Browse repository at this point
Copy the full SHA a6df7eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a5a00b - Browse repository at this point
Copy the full SHA 3a5a00bView commit details -
Merge pull request #5645 from microsoft/seanmcm/customConfigurationVa…
…riableCherryPick custom configuration variable cherry pick
Configuration menu - View commit details
-
Copy full SHA for 7821797 - Browse repository at this point
Copy the full SHA 7821797View commit details
Commits on Jun 17, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b7cd0d9 - Browse repository at this point
Copy the full SHA b7cd0d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37dfc2d - Browse repository at this point
Copy the full SHA 37dfc2dView commit details
Commits on Jun 19, 2020
-
[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.
Configuration menu - View commit details
-
Copy full SHA for de4a6ba - Browse repository at this point
Copy the full SHA de4a6baView commit details
Commits on Jun 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 64b9495 - Browse repository at this point
Copy the full SHA 64b9495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929d548 - Browse repository at this point
Copy the full SHA 929d548View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d80e04e - Browse repository at this point
Copy the full SHA d80e04eView commit details
Commits on Jun 24, 2020
-
Update changelog for 0.29.0-insiders. (#5684)
* Update changelog for 0.29.0-insiders.
Configuration menu - View commit details
-
Copy full SHA for d8cdeee - Browse repository at this point
Copy the full SHA d8cdeeeView commit details
Commits on Jun 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2efdb84 - Browse repository at this point
Copy the full SHA 2efdb84View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.28.3...0.29.0-insiders