|
1 | 1 | # C/C++ for Visual Studio Code Change Log |
2 | 2 |
|
| 3 | +## Version 0.23.1: May 13, 2019 |
| 4 | +### Bug Fixes |
| 5 | +* Fix `launch.json` creation when `intelliSenseEngine` is `"Disabled"`. [#3583](https://github.com/microsoft/vscode-cpptools/issues/3583) |
| 6 | +* Fix C/C++ commands not working if the language service isn't activated. [#3615](https://github.com/microsoft/vscode-cpptools/issues/3615) |
| 7 | +* Fix missing extension `"Details"` page. [#3621](https://github.com/microsoft/vscode-cpptools/issues/3621) |
| 8 | +* Fix some random crashes related to IntelliSense inactive region processing. |
| 9 | + |
3 | 10 | ## Version 0.23.0: May 6, 2019 |
4 | 11 | ### New Features |
5 | 12 | * Add a configuration UI editor to edit IntelliSense settings defined in the underlying `c_cpp_properties.json` file. [PR #3479](https://github.com/Microsoft/vscode-cpptools/pull/3479), [PR #3487](https://github.com/Microsoft/vscode-cpptools/pull/3487), [PR #3519](https://github.com/Microsoft/vscode-cpptools/pull/3519), [#3524](https://github.com/Microsoft/vscode-cpptools/issues/3524), [PR #3563](https://github.com/Microsoft/vscode-cpptools/pull/3563), [#3526](https://github.com/Microsoft/vscode-cpptools/issues/3526) |
|
28 | 35 |
|
29 | 36 | ### Bug Fixes |
30 | 37 | * Fix browsing for functions with BOOST_FOREACH. [#953](https://github.com/Microsoft/vscode-cpptools/issues/953) |
| 38 | +* Fix code action sometimes not appearing over a squiggled identifier. [#1436](https://github.com/microsoft/vscode-cpptools/issues/1436) |
31 | 39 | * Work around issue with VS Code not treating `.C` files as C++ files [Microsoft/vscode#59369](https://github.com/Microsoft/vscode/issues/59369) -- `.C` files become associated by name in `files.associations`. [#2558](https://github.com/Microsoft/vscode-cpptools/issues/2558) |
32 | 40 | * Fix various IntelliSense parsing bugs. [#2824](https://github.com/Microsoft/vscode-cpptools/issues/2824), [#3110](https://github.com/Microsoft/vscode-cpptools/issues/3110), [#3168](https://github.com/Microsoft/vscode-cpptools/issues/3168) |
33 | 41 | * Preserve newlines in documentation comments. [#2937](https://github.com/Microsoft/vscode-cpptools/issues/2937) |
|
54 | 62 | * Fix `includePath` code actions, configuration prompts, and the `C/C++: Change configuration provider...` command. [PR #3576](https://github.com/Microsoft/vscode-cpptools/pull/3576) |
55 | 63 | * Fix randomly occurring crash (that could occur when opening files while IntelliSense squiggles are pending). |
56 | 64 | * Fix crash on hover (that could occur when document comments have blank lines). |
57 | | -* Fix code action sometimes not appearing over a squiggled identifier. |
58 | 65 | * Fix icon of parameters in completion results. |
59 | 66 |
|
60 | 67 | ## Version 0.22.1: March 21, 2019 |
|
0 commit comments