Skip to content

Commit c84cb36

Browse files
authored
Update changelog for 0.24.0-insiders3. (#3850)
1 parent 0502351 commit c84cb36

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Extension/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# C/C++ for Visual Studio Code Change Log
22

3+
## Version 0.24.0-insiders3: June 27, 2019
4+
### Enhancements
5+
* Add validation to the advanced configuration UI settings. [PR #3838](https://github.com/microsoft/vscode-cpptools/pull/3838)
6+
7+
### Bug Fixes
8+
* Fix IntelliSense process crash on hover with certain arrays. [#3081](https://github.com/Microsoft/vscode-cpptools/issues/3081)
9+
* Fix crashes after edits, document highlighting, completion, hover, and squiggles. [#3834](https://github.com/microsoft/vscode-cpptools/issues/3834)
10+
* Fix `envFile` variable substitution. [#3836](https://github.com/microsoft/vscode-cpptools/issues/3836)
11+
* Fix missing headers popup. [PR #3840](https://github.com/microsoft/vscode-cpptools/pull/3840)
12+
313
## Version 0.24.0-insiders2: June 25, 2019
4-
### Minor Changes
14+
### Enhancements
515
* Change `C_Cpp.clang_format_path` to `machine` scope. [#3774](https://github.com/microsoft/vscode-cpptools/issues/3774)
616
* Removed syntactic/lexical colorization from `enhancedColorization`. [PR #3821](https://github.com/microsoft/vscode-cpptools/pull/3821)
717

@@ -18,7 +28,7 @@
1828
* Semantic colorization [Documentation](https://github.com/microsoft/vscode-cpptools/blob/master/Documentation/LanguageServer/colorization.md) [#230](https://github.com/microsoft/vscode-cpptools/issues/230)
1929
* Add `Rescan Workspace` command. [microsoft/vscode-cpptools-api#11](https://github.com/microsoft/vscode-cpptools-api/issues/11)
2030

21-
### Minor Changes
31+
### Enhancements
2232
* Configuration UI editor improvements:
2333
* Add list of detected compiler paths. [PR #3708](https://github.com/microsoft/vscode-cpptools/pull/3708)
2434
* Enable selecting/editing of other configurations and add "Advanced Settings" section. [PR #3732](https://github.com/microsoft/vscode-cpptools/pull/3732)

0 commit comments

Comments
 (0)