1.14.1 (pre-release)
Pre-release
Pre-release
sean-mcmanus
released this
03 Feb 02:47
·
601 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
New Features
- Add recursive macro expansion on hover. #3579
- Move status bar items to the language status UI. #8405
- Add the Select Default Compiler command that lets you choose a default compiler to configure IntelliSense. #10027
Enhancements
- Exclude rename results external to the workspace. #9235
- Reorder commands in the code action context menu. #10400
Bug Fixes
- Fix Create Declaration / Definition with an anonymous namespace. #10189
- Potential fix for cpptools getting shutdown after waking up from sleep. #10362
- Fix the process id picker only showing part of the process on a remote machine. #10379
- Fix temp files generating at the incorrect path. #10386
- Fix a crash in extractArgs. PR #10394
Known Issues
- Changes to settings (e.g.
C_Cpp.default.compilerPath
) may not get updated in the non-active workspace folders. PR #10458