Skip to content

Commit c7882e9

Browse files
authored
Update changelog for 1.19.3, to mention C_Cpp.experimentalFeatures (#11946)
1 parent c5da167 commit c7882e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Extension/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## Version 1.19.3: February 12, 2024
44
### Enhancements
55
* Enable support for fuzzy symbol seaches. [#2751](https://github.com/microsoft/vscode-cpptools/issues/2751)
6+
* This may not be enabled for all users unless `C_Cpp.experimentalFeatures` is `enabled`.
67
* Improve performance of symbol searches. [#7908](https://github.com/microsoft/vscode-cpptools/issues/7908), [#7914](https://github.com/microsoft/vscode-cpptools/issues/7914), [#11557](https://github.com/microsoft/vscode-cpptools/issues/11557)
8+
* This may not be enabled for all users unless `C_Cpp.experimentalFeatures` is `enabled`.
79
* Change the default setting value for `C_Cpp.intelliSenseUpdateDelay` from 2s to 1s. [#11932](https://github.com/microsoft/vscode-cpptools/pull/11932)
810

911
### Bug Fixes
@@ -278,7 +280,7 @@
278280
### New Features
279281
* Add recursive macro expansion on hover. [#3579](https://github.com/microsoft/vscode-cpptools/issues/3579)
280282
* Move status bar items to the language status UI. [#8405](https://github.com/microsoft/vscode-cpptools/issues/8405)
281-
* This may not be enabled for all users unless `C_Cpp.experimentalFeatures` is `true`.
283+
* This may not be enabled for all users unless `C_Cpp.experimentalFeatures` is `enabled`.
282284
* Add the 'Select Default Compiler' command that lets you choose a default compiler to configure IntelliSense. [#10027](https://github.com/microsoft/vscode-cpptools/issues/10027)
283285

284286
### Enhancements

0 commit comments

Comments
 (0)