mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add connect call
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
6e8b792602
commit
f2709caa72
@ -78,6 +78,8 @@ export class TerminalStore extends Singleton {
|
|||||||
|
|
||||||
this.connections.set(tabId, api);
|
this.connections.set(tabId, api);
|
||||||
this.terminals.set(tabId, terminal);
|
this.terminals.set(tabId, terminal);
|
||||||
|
|
||||||
|
api.connect();
|
||||||
}
|
}
|
||||||
|
|
||||||
disconnect(tabId: TabId) {
|
disconnect(tabId: TabId) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user