-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remixd Websocket Plugin #2891
Remixd Websocket Plugin #2891
Conversation
c409598
to
aa88954
Compare
ed8a847
to
903f90b
Compare
if (provider) { | ||
const { type } = provider | ||
|
||
return self.updatePath(type) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it not needed anymore? I think this was changed to : self.updatePath(self.files.type)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is no longer needed. I moved it to https://github.com/ethereum/remix-ide/pull/2891/files#diff-4b3872e86385f2fb931b0375fe866ef5R151
4284392
to
fde4629
Compare
} | ||
} | ||
this._appManager.on('remixd', 'folderAdded', (path) => { | ||
this.event.trigger('folderAdded', [this.addPrefix(path)]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you need folder removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file and folder removed share the same event fileRemoved
This reverts commit dddd824.
Fix https://github.com/ethereum/remix-ide/issues/2811