We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 154bc1b + f75b699 commit 37cb155Copy full SHA for 37cb155
CONTRIBUTING.md
@@ -70,3 +70,4 @@ Thanks so much to everyone [who has contributed](https://github.com/codefori/vsc
70
* [@NattyNarwhal](https://github.com/NattyNarwhal)
71
* [@jman116](https://github.com/jman116)
72
* [@Mohammed-Yaseen-Ali-2081](https://github.com/Mohammed-Yaseen-Ali-2081)
73
+* [@SamJessep](https://github.com/SamJessep)
src/ui/Terminal.ts
@@ -175,10 +175,10 @@ export namespace Terminal {
175
}
176
},
177
});
178
- emulatorTerminal.show();
179
})
180
181
if (emulatorTerminal) {
+ emulatorTerminal!.show(false);
182
channel.on(`close`, () => {
183
channel.destroy();
184
writeEmitter.dispose();
0 commit comments