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.
1 parent 41159b3 commit 675b39aCopy full SHA for 675b39a
utils/readTerminal.js
@@ -59,7 +59,7 @@ const readTerminal = async () => {
59
) {
60
STARTING_TERMINAL = true;
61
62
- terminal = vscode.window.createTerminal("ReadOnly Candidate");
+ terminal = vscode.window.createTerminal("ReadOnly Shared");
63
64
let whileCounter = 0;
65
0 commit comments