Skip to content

Commit e0543a6

Browse files
authored
Seanmcm/0 23 0 insiders2 changelog2 (#3571)
* Update changelog for crash fixes.
1 parent e5b118c commit e0543a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Extension/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
* Add input validation to the configuration UI. [PR #3563](https://github.com/Microsoft/vscode-cpptools/pull/3563)
1414
* Add process ID and memory usage to `C/C++: Log Diagnostics` results.
1515
* Remove IntelliSense fallback code actions.
16-
* Fix crash on hover (due to `trim_string`).
1716

1817
### Bug Fixes
1918
* 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)
2019
* Fix "Extension causes high cpu load" due to module loading. [#3213](https://github.com/Microsoft/vscode-cpptools/issues/3213)
2120
* Fix backslashes getting added each time settings are saved. [#3526](https://github.com/Microsoft/vscode-cpptools/issues/3526)
2221
* Fix regression with some C++17 features with `msvc-x64` mode. [#3541](https://github.com/Microsoft/vscode-cpptools/issues/3541)
2322
* Fix `Go to Definition` giving no results when IntelliSense doesn't find the symbol. [#3549](https://github.com/Microsoft/vscode-cpptools/issues/3549)
23+
* Fix crash on hover (that could occur when document comments have blank lines).
24+
* Fix randomly occurring crash (that could occur when opening files while IntelliSense squiggles are pending).
2425

2526
## Version 0.23.0-insiders: April 23, 2019
2627
### New Features

0 commit comments

Comments
 (0)