Skip to content

Commit 21fdf3b

Browse files
committed
Update.
1 parent d2ca2d7 commit 21fdf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
### Bug Fixes
1010
* Fix 'Find All References' and 'Rename' on `#define` macro definitions. [#6194](https://github.com/microsoft/vscode-cpptools/issues/6194)
1111
* Fix anonymous enums not working in gcc/clang modes. [#10436](https://github.com/microsoft/vscode-cpptools/issues/10436)
12-
* Fix mac framework search path detection to include paths passed in the `includePath`. [#13993](https://github.com/microsoft/vscode-cpptools/issues/13993)
12+
* Fix mac framework search path detection to include paths passed in the `includePath` from a configuration provider. [#13993](https://github.com/microsoft/vscode-cpptools/issues/13993)
1313
* Fix formatting with `clang-tidy` randomly getting stuck on Windows (on a call to `GetOverlappedResult`). [#14025](https://github.com/microsoft/vscode-cpptools/issues/14025)
1414
* Fix code analysis re-running automatically after a settings change when diagnostics already exist if it was manually instead of automatically invoked.
1515
* Reduce the memory usage in a couple cases to reduce the chance of a `bad_alloc` in cpptools.

0 commit comments

Comments
 (0)