diff --git a/typescript/vscode-ext/packages/vscode/src/panels/WebPanelView.ts b/typescript/vscode-ext/packages/vscode/src/panels/WebPanelView.ts index f7b9d0ad9..e6673dff6 100644 --- a/typescript/vscode-ext/packages/vscode/src/panels/WebPanelView.ts +++ b/typescript/vscode-ext/packages/vscode/src/panels/WebPanelView.ts @@ -174,6 +174,7 @@ export class WebPanelView { case 'add_project': requestDiagnostics() + return case 'receiveData': // Code that should run in response to the hello message command window.showInformationMessage(text)