From 43554a43030a3b54a113e48560cfe32d2b192c1f Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Fri, 21 Jan 2022 14:00:29 +0100 Subject: [PATCH] #226 - Update the local server message --- src/explorerView/ExplorerView.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/explorerView/ExplorerView.ts b/src/explorerView/ExplorerView.ts index 6178369a..0c30e445 100644 --- a/src/explorerView/ExplorerView.ts +++ b/src/explorerView/ExplorerView.ts @@ -360,9 +360,9 @@ export class ExplorerView implements WebviewViewProvider, Disposable { if (!terminal || (terminal && terminal.state.isInteractedWith === true)) { terminal = window.createTerminal({ - name: `Starting local server: ${command}`, + name: `Starting local server`, iconPath: new ThemeIcon('server-environment'), - message: `Starting local server: ${command}`, + message: `Starting local server`, }); }