|
1 | 1 | # C/C++ for Visual Studio Code Changelog |
2 | 2 |
|
| 3 | +## Version 1.13.1: September 27, 2022 |
| 4 | +### Enhancements |
| 5 | +* Enable hiding the SSH Targets view with the `C_Cpp.sshTargetsView` setting. [#9836](https://github.com/microsoft/vscode-cpptools/issues/9836) |
| 6 | +* Change "Enabled", "Disabled", "Default" settings to camelCase. [PR #9862](https://github.com/microsoft/vscode-cpptools/pull/9862) |
| 7 | +* Add support for C++ modules IFC version 0.42. [#9884](https://github.com/microsoft/vscode-cpptools/issues/9884) |
| 8 | +* Add SSH terminal for targets. [PR #9895](https://github.com/microsoft/vscode-cpptools/pull/9895) |
| 9 | + |
| 10 | +### Bug Fixes |
| 11 | +* Fix incorrect Outline view with C++20 namespace ::inline syntax. [#7216](https://github.com/microsoft/vscode-cpptools/issues/7216) |
| 12 | +* Fix variadic macros not expanding correctly. [#8178](https://github.com/microsoft/vscode-cpptools/issues/8178) |
| 13 | +* Add diagnostic changes for the issue with wordexp getting stuck. [#9688](https://github.com/microsoft/vscode-cpptools/issues/9688) |
| 14 | +* Fix `-std=` being passed to clang-tidy in certain cases . [#9776](https://github.com/microsoft/vscode-cpptools/issues/9776) |
| 15 | +* Fix debugger visualization for ArrayItem elements more than 1000. [#9801](https://github.com/microsoft/vscode-cpptools/issues/9801) |
| 16 | +* Fix IntelliSense crash with range-v3 `ranges::views::addressof`. [#9870](https://github.com/microsoft/vscode-cpptools/issues/9870) |
| 17 | +* Handle `-fexperimental-library` clang argument. [#9888](https://github.com/microsoft/vscode-cpptools/issues/9888) |
| 18 | +* Fix compiler querying with multiple -arch. [#9894](https://github.com/microsoft/vscode-cpptools/issues/9894) |
| 19 | +* Fix "Failed to read file C:\ProgramData\ssh\ssh_config." in logging . [#9899](https://github.com/microsoft/vscode-cpptools/issues/9899) |
| 20 | +* Fix "Natvis: are multi-dimensional arrays supported in gdb natvis?". [MIEngine#980](https://github.com/microsoft/MIEngine/issues/980) |
| 21 | + |
3 | 22 | ## Version 1.13.0: September 7, 2022 |
4 | 23 | ### New Features |
5 | 24 | * SSH Target Selector. [PR #9760](https://github.com/microsoft/vscode-cpptools/pull/9760) |
6 | 25 | * rsync support in deploySteps. [PR #9808](https://github.com/microsoft/vscode-cpptools/pull/9808) |
7 | 26 |
|
8 | | -### Enhancement |
| 27 | +### Enhancements |
9 | 28 | * Add `C_Cpp.caseSensitiveFileSupport` for enabling case sensitive file handling on Windows. [#1994](https://github.com/microsoft/vscode-cpptools/issues/1994) |
10 | 29 | * Add better build and debug task handling for when a compiler or debugger doesn't exist. [#8836](https://github.com/microsoft/vscode-cpptools/issues/8836) |
11 | 30 |
|
|
0 commit comments