Skip to content

Commit 11b0715

Browse files
committed
Add some more.
1 parent 17538c5 commit 11b0715

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
@@ -27,7 +27,8 @@
2727

2828
### Bug Fixes
2929
* Fix the compiler selection control not keeping the list in sync with the contents of the textbox. [#7427](https://github.com/microsoft/vscode-cpptools/issues/7427)
30-
* Fix a string localization issue. [#7824](https://github.com/microsoft/vscode-cpptools/issues/7824)
30+
* Fix a string localization issue. [#7824](https://github.com/microsoft/vscode-cpptools/issues/7824)
31+
* Fix an issue with lingering IntelliSense squiggles after an edit. [#12175](https://github.com/microsoft/vscode-cpptools/issues/12175)
3132
* Fix hover over static constexpr variables sometimes not working. [#12284](https://github.com/microsoft/vscode-cpptools/issues/12284)
3233
* Fix completion not giving results in several scenarios. [#12412](https://github.com/microsoft/vscode-cpptools/issues/12412)
3334
* Stop logging duplicate compiler path messages. [#12445](https://github.com/microsoft/vscode-cpptools/issues/12445)
@@ -53,6 +54,7 @@
5354
* Fix unnecessary IntelliSense resetting when a new file or folder was created.
5455
* Fix an infinite loop on shutdown after changing the selected settings.
5556
* Fix accumulation of stale signature help and completion requests.
57+
* Fix handling of the `compiler-binddir` compiler argument.
5658
* Fix a random crash during IntelliSense creation.
5759
* Fix some bugs with include completion.
5860

0 commit comments

Comments
 (0)