1.16.1
Pre-release
Pre-release
michelleangela
released this
19 Jun 23:52
·
451 commits
to insiders
since this release
Instructions
Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX...
command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).
Requirements
- VS Code 1.67.0 or later.
Changes
Enhancements
- Add warning logging when the database is reset due to a version change. #10984
- Move user compilers to the beginning of the "known compilers" lists. #10985
- Add file path to the details of a call hierarchy result. #10997
- Add
miDebuggerArgs
to debugger attach option.- Thank you for the contribution @Summon528 PR #11066
Bug Fixes
- Fix the "Other References" pane not getting cleared when Call Hierarchy is used. #10988
- Fix some bugs if settings were empty string or null. #10994
- Fix cancellation for Find All References/Rename/Call Hierarchy. #10998
- Fix two Doxygen comment generation bugs. #10995, #11016
- Fix the thread pool sometimes not increasing in size, which could lead to the cpptools process incorrectly being shut down. #11003
- Stop using vcFormat if .editorconfig exists with only non-formatting cpp settings. PR #11015
- Use integratedTerminal when user is running cl.exe for debugger. #11032
- Thank you for the contribution @caiohamamura PR #11035
- Fix the configure your IntelliSense notification to not show again when the "Don't Show Again" option is selected. #11070