Skip to content

Commit bb7ade6

Browse files
authored
Merge pull request #20 from stroveio/fixes
Fixes
2 parents e681632 + 675b39a commit bb7ade6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/readTerminal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const readTerminal = async () => {
5959
) {
6060
STARTING_TERMINAL = true;
6161

62-
terminal = vscode.window.createTerminal("Candidate's preview");
62+
terminal = vscode.window.createTerminal("ReadOnly Shared");
6363

6464
let whileCounter = 0;
6565

0 commit comments

Comments
 (0)