Commit 2a45cba3 authored by yann300's avatar yann300

hide/show explorer

parent 5ec4506a
......@@ -37,6 +37,7 @@ export class RemixdHandle extends WebsocketPlugin {
}
deactivate () {
this.fileSystemExplorer.hide()
if (super.socket) super.deactivate()
this.locahostProvider.close((error) => {
if (error) console.log(error)
......@@ -44,6 +45,7 @@ export class RemixdHandle extends WebsocketPlugin {
}
activate () {
this.fileSystemExplorer.show()
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