|
1 | 1 | # C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
3 | | -## Version 1.8.0 (insiders3): January 12, 2022 |
| 3 | +## Version 1.8.1 (insiders4): January 27, 2022 |
| 4 | +### Bug Fixes |
| 5 | +* Fix several IntelliSense bugs. [#8412](https://github.com/microsoft/vscode-cpptools/issues/8412), [#8487](https://github.com/microsoft/vscode-cpptools/issues/8487), [#8677](https://github.com/microsoft/vscode-cpptools/issues/8677), [#8701](https://github.com/microsoft/vscode-cpptools/issues/8701) |
| 6 | +* Fix code analysis with a long command line on Windows. [#8560](https://github.com/microsoft/vscode-cpptools/issues/8560). |
| 7 | +* Fix code analysis not correctly handling defines with `"`. [#8675](https://github.com/microsoft/vscode-cpptools/issues/8675) |
| 8 | +* Fix `files.exclude` on workspace relative paths (e.g. `"folder"`). [#8676](https://github.com/microsoft/vscode-cpptools/issues/8676) |
| 9 | +* Fix workspace rescanning (tag parsing) not automatically happening after c/cpp associations are added to `files.associations`. [#8687](https://github.com/microsoft/vscode-cpptools/issues/8687) |
| 10 | +* Switch usage of `-dD` to `-dM` when compiler querying. [#8692](https://github.com/microsoft/vscode-cpptools/issues/8692) |
| 11 | +* Fix `�` instead of `…` in logging messages. [#8694](https://github.com/microsoft/vscode-cpptools/issues/8694). |
| 12 | +* Fix forced includes with code analysis. [#8707](https://github.com/microsoft/vscode-cpptools/issues/8707) |
| 13 | +* Fix clang-tidy "notes" applying to excluded files being shown for other non-excluded files and possibly causing some warnings to not appear. [#8723](https://github.com/microsoft/vscode-cpptools/issues/8723) |
| 14 | +* Fix no document symbols appearing in certain cases. [#8276](https://github.com/microsoft/vscode-cpptools/issues/8726) |
| 15 | + |
| 16 | +## Version 1.8.0 (insiders3): January 18, 2022 |
4 | 17 | ### New Features |
5 | 18 | * Add "All Exceptions" Breakpoint for cppdbg [#1800](https://github.com/microsoft/vscode-cpptools/issues/1800) |
6 | 19 | * Add support for Alpine Linux [#4827](https://github.com/microsoft/vscode-cpptools/issues/4827) |
|
15 | 28 | * Fix non-ASCII output with `cppbuild` tasks. [#8518](https://github.com/microsoft/vscode-cpptools/issues/8518) |
16 | 29 | * Fix 3 settings not getting environment variables resolved after a settings change. [#8531](https://github.com/microsoft/vscode-cpptools/issues/8531) |
17 | 30 | * Fixes to translations. [#8536](https://github.com/microsoft/vscode-cpptools/issues/8536) |
| 31 | +* Fix system defines not being used with clang-tidy. [#8575](https://github.com/microsoft/vscode-cpptools/issues/8575) |
18 | 32 | * Fix /RTC compiler checks failures don't break into debugger [#8646](https://github.com/microsoft/vscode-cpptools/issues/8646) |
19 | 33 |
|
20 | 34 | ## Version 1.8.0-insiders2: December 7, 2021 |
|
0 commit comments