Commit 2a45cba3 authored by yann300's avatar yann300

hide/show explorer

parent 5ec4506a
...@@ -37,6 +37,7 @@ export class RemixdHandle extends WebsocketPlugin { ...@@ -37,6 +37,7 @@ export class RemixdHandle extends WebsocketPlugin {
} }
deactivate () { deactivate () {
this.fileSystemExplorer.hide()
if (super.socket) super.deactivate() if (super.socket) super.deactivate()
this.locahostProvider.close((error) => { this.locahostProvider.close((error) => {
if (error) console.log(error) if (error) console.log(error)
...@@ -44,6 +45,7 @@ export class RemixdHandle extends WebsocketPlugin { ...@@ -44,6 +45,7 @@ export class RemixdHandle extends WebsocketPlugin {
} }
activate () { activate () {
this.fileSystemExplorer.show()
this.connectToLocalhost() this.connectToLocalhost()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment