1.17.1
Pre-release
Pre-release
michelleangela
released this
10 Aug 00:55
·
386 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
Bug Fixes
- Fix an issue where the debugger would get stuck while using cl.exe options. #10231
- Fix C/C++ commands showing in the Command Palette with non-C/C++ files. #10421
- Fix the 'Select IntelliSense Configuration' command to also update an existing
compilerPath
in c_cpp_properties.json. #10808 - Fix the parameter format of call hierarchy items. #11247
- Remove the vcpkg code action from the missing includes code action list. #11252
- Fix the file path info of call hierarchy items to display the relative path to a workspace folder. #11254
- Fix colorization for macro expansions in macro arguments. #11256
- Fix a crash for CUDA projects with '>' in the command line. #11289
- Increase the default standard for the 'Build and Debug Active File' feature to c++14 on macOS. #11292
- Fix an issue with the compiler currently configured for use with IntelliSense being listed last in the task creation popup. PR #11299
- Fix an IPCH issue on Linux due to the Position Independent Executable (PIE) option not being set since 1.17.0.