#226 - Update the local server message

This commit is contained in:
Elio Struyf
2022-01-21 14:00:29 +01:00
parent 2b0007c21a
commit 43554a4303
+2 -2
View File
@@ -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`,
});
}