Skip to content

Commit 599bdd2

Browse files
committed
fix: call markSealed before showCompleted when language server is null
1 parent 10ef456 commit 599bdd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/ThinkingTurnWidget.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public void sealThinking() {
8282
}
8383
CopilotLanguageServerConnection ls = CopilotCore.getPlugin().getCopilotLanguageServer();
8484
if (ls == null) {
85+
target.markSealed();
8586
target.showCompleted(Messages.thinking_completedTitle);
8687
requestLayout();
8788
return;

0 commit comments

Comments
 (0)