Skip to content

Commit 4ae01b6

Browse files
committed
Update changelog for Insiders2.
1 parent 59af571 commit 4ae01b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# C/C++ for Visual Studio Code Change Log
22

3-
## Version 0.25.0-insiders2: August 14, 2019
3+
## Version 0.25.0-insiders2: August 15, 2019
44
### Enhancements
55
* Enable `Find All References` without checking `C_Cpp.experimentalFeatures`.
66
* Fix `Find All References` progress bar not increasing as often as it should.
77
* Add `not supported` messages for ARM and Alpine containers. [PR #4027](https://github.com/microsoft/vscode-cpptools/pull/4027)
8+
* Add support for `-imsvc` compile commands flag. [#4032](https://github.com/microsoft/vscode-cpptools/issues/4032)
89

910
### Bug Fixes
11+
* Fix IntelliSense process crash in clang mode. [#3898](https://github.com/microsoft/vscode-cpptools/issues/3898)
1012
* Fix completion not showing results for smart pointers. [#3930](https://github.com/microsoft/vscode-cpptools/issues/3930)
1113
* Fix `Cannot confirm reference` sometimes being shown instead of `Inactive reference`. [#4041](https://github.com/microsoft/vscode-cpptools/issues/4041)
1214
* Fix bug when `compile_commands.json` changes. [#4058](https://github.com/microsoft/vscode-cpptools/issues/4058)

0 commit comments

Comments
 (0)