Skip to content

Commit

Permalink
Merge pull request #23 from wconnorwalsh/issue-22
Browse files Browse the repository at this point in the history
Stop extension from hijacking user focus on stderr
  • Loading branch information
nmanoogian authored Nov 19, 2024
2 parents 89f2187 + 52d7597 commit 1e3c7e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/helpers/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export default class DopplerTerminal {
if (code === 0) {
if (stderr.length > 0) {
this.outputChannel.append(stderr);
this.outputChannel.show();
}

resolve(stdout);
Expand Down

0 comments on commit 1e3c7e4

Please sign in to comment.