diff --git a/editors/vscode/src/client.ts b/editors/vscode/src/client.ts index 362ba7463..ccf3951c3 100644 --- a/editors/vscode/src/client.ts +++ b/editors/vscode/src/client.ts @@ -704,9 +704,8 @@ function sendGoalsRequest(position: Position, panel: WebviewPanel, docUri: Uri, return; } // Take focus back if the goal panel lost it. - window.showErrorMessage("Going through Goals"); if(!panel.active) { - panel.reveal(2, false); + panel.reveal(2, true); } updateTerminalText(goals.logs);