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 66* Performance improvements related to LSP request processing.
77
88### Bug Fixes
9+ * Fix an issue with missing database symbols after a Rename operation. [ #12480 ] ( https://github.com/microsoft/vscode-cpptools/issues/12480 )
910* Fix some crashes with recursive includes. [ #12643 ] ( https://github.com/microsoft/vscode-cpptools/issues/12643 )
1011* Possibly fix a crash in ` find_existing_intellisense_client ` . [ #12666 ] ( https://github.com/microsoft/vscode-cpptools/issues/12666 )
1112* 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.
1215
1316## Version 1.22.3: September 12, 2024
1417### Enhancement
You can’t perform that action at this time.
0 commit comments