|
1 | 1 | # C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
| 3 | +## Version 0.25.1: August 28, 2019 |
| 4 | +### Bug Fixes |
| 5 | +* Fix `Switch Header/Source` for `.H` and `.C` targets. [#3048](https://github.com/microsoft/vscode-cpptools/issues/3048) |
| 6 | +* Fix `C_Cpp.updateChannel` not respecting `extensions.autoUpdate`. [#3632](https://github.com/microsoft/vscode-cpptools/issues/3632) |
| 7 | +* Fix duplicate content appearing after formatting of a new file (2nd fix). [#4091](https://github.com/microsoft/vscode-cpptools/issues/4091) |
| 8 | +* Fix links in `Log Diagnostics` output. [#4122](https://github.com/microsoft/vscode-cpptools/issues/4122) |
| 9 | +* Fix `NullReferenceException` when debugging if `"description"` is missing. [#4125](https://github.com/microsoft/vscode-cpptools/issues/4125) |
| 10 | +* Fix `files.exclude` processing when using `\\`. [#4127](https://github.com/microsoft/vscode-cpptools/issues/4127) |
| 11 | +* Fix bug when attaching to an elevated process on Linux. [#4133](https://github.com/microsoft/vscode-cpptools/issues/4133) |
| 12 | +* Fix IntelliSense-based `Go to Definition` failing for a nested class in a template class. [#4135](https://github.com/microsoft/vscode-cpptools/issues/4135) |
| 13 | +* Fix incorrect configuration squiggles with `compilerPath` when variables are used. [#4141](https://github.com/microsoft/vscode-cpptools/issues/4141) |
| 14 | + * @mistersandman [PR #4142](https://github.com/microsoft/vscode-cpptools/pull/4142) |
| 15 | +* Fix `executeReferenceProvider` when code is selected. [#4147](https://github.com/microsoft/vscode-cpptools/issues/4147) |
| 16 | +* Fix code action for resolving missing includes via the `vcpkg` dependency manager. [PR #4156](https://github.com/microsoft/vscode-cpptools/pull/4156) |
| 17 | + |
3 | 18 | ## Version 0.25.0: August 21, 2019 |
4 | 19 | ### New Features |
5 | 20 | * Add `Find All References`. [#15](https://github.com/microsoft/vscode-cpptools/issues/15) |
|
15 | 30 | * `-imsvc`. [#4032](https://github.com/microsoft/vscode-cpptools/issues/4032) |
16 | 31 | * Switch to using VS Code's `Go to Declaration`. [#2959](https://github.com/microsoft/vscode-cpptools/issues/2959) |
17 | 32 | * Added `compilerArgs` property setting. [PR #3950](https://github.com/microsoft/vscode-cpptools/pull/3950) |
18 | | -* Added support for V3 API. [#3987](https://github.com/microsoft/vscode-cpptools/pull/3987) |
| 33 | +* Added support for V3 API. [PR #3987](https://github.com/microsoft/vscode-cpptools/pull/3987) |
19 | 34 | * Add `not supported` messages for ARM and Alpine containers. [PR #4027](https://github.com/microsoft/vscode-cpptools/pull/4027) |
20 | 35 | * Add validation for paths from `env` variables. [#3912](https://github.com/microsoft/vscode-cpptools/issues/3912) |
21 | 36 |
|
|
0 commit comments