diff --git a/src/terminal/terminal.ts b/src/terminal/terminal.ts index 366ff743..4f488fdf 100644 --- a/src/terminal/terminal.ts +++ b/src/terminal/terminal.ts @@ -14,6 +14,9 @@ export class TerminalProvider extends Disposable { terminalStack.push(window.createTerminal('gauge install')); getLatestTerminal().show(); getLatestTerminal().sendText(text); + setTimeout( + () => window.showInformationMessage(`Please reload the project after Gauge is installed!`) + , 1000); } )); } diff --git a/src/ui/welcome/index.html b/src/ui/welcome/index.html index 09e2e8f8..ad150580 100644 --- a/src/ui/welcome/index.html +++ b/src/ui/welcome/index.html @@ -163,7 +163,7 @@ align-items: center; border-radius: 10px; padding: 10px 20px 10px 20px; - border:1px solid red; + border:0.5px dashed red; } .link { color: #66b6eb;