We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c259c2 commit 83d3d23Copy full SHA for 83d3d23
1 file changed
com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/ChatView.java
@@ -1096,6 +1096,7 @@ private void clearCurrentConversation() {
1096
return;
1097
}
1098
1099
+ this.chatServiceManager.getContextWindowService().clearContextSize();
1100
this.chatServiceManager.getReferencedFileService().updateReferencedFiles(List.of());
1101
SwtUtils.invokeOnDisplayThreadAsync(this.chatServiceManager.getFileToolService()::disposeWorkingSetBar);
1102
0 commit comments