Skip to content

Commit

Permalink
welcome page run now works, some cosmetic changes, #178
Browse files Browse the repository at this point in the history
  • Loading branch information
sriv committed Mar 21, 2018
1 parent 598a421 commit 96d9b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/terminal/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
));
}
Expand Down
2 changes: 1 addition & 1 deletion src/ui/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 96d9b1c

Please sign in to comment.