We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e681632 + 675b39a commit bb7ade6Copy full SHA for bb7ade6
utils/readTerminal.js
@@ -59,7 +59,7 @@ const readTerminal = async () => {
59
) {
60
STARTING_TERMINAL = true;
61
62
- terminal = vscode.window.createTerminal("Candidate's preview");
+ terminal = vscode.window.createTerminal("ReadOnly Shared");
63
64
let whileCounter = 0;
65
0 commit comments