File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 6
6
* Performance improvements related to LSP request processing.
7
7
8
8
### Bug Fixes
9
+ * Fix an issue with missing database symbols after a Rename operation. [ #12480 ] ( https://github.com/microsoft/vscode-cpptools/issues/12480 )
9
10
* Fix some crashes with recursive includes. [ #12643 ] ( https://github.com/microsoft/vscode-cpptools/issues/12643 )
10
11
* Possibly fix a crash in ` find_existing_intellisense_client ` . [ #12666 ] ( https://github.com/microsoft/vscode-cpptools/issues/12666 )
11
12
* Fix issues applying ` files.exclude ` settings when ` C_Cpp.caseSensitiveFileSupport ` is enabled. [ #12672 ] ( https://github.com/microsoft/vscode-cpptools/issues/12672 )
13
+ * Fix an issue with duplicate tag parsing occurring after a Rename operation. [ #12728 ] ( https://github.com/microsoft/vscode-cpptools/issues/12728 )
14
+ * Fix an issue causing unnecessary TU updates for files opened during a Rename operation, when ` "files.refactoring.autoSave": false ` is used.
12
15
13
16
## Version 1.22.3: September 12, 2024
14
17
### Enhancement
You can’t perform that action at this time.
0 commit comments