-
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
Listening to Lexon compilation finished. #2557
Conversation
could you try first registering and activating your plugin first, and then activating the run module please? |
It should be properly rebased/merged now. Is it fine like this or do you want me to do a new PR/squash commits? I couldn't properly test because without plugin list, without the part in natives it will not work locally. :) |
@@ -31,6 +31,10 @@ class DropdownLogic { | |||
this.runView.on('vyper', 'compilationFinished', (file, source, languageVersion, data) => | |||
broadcastCompilationResult(file, source, languageVersion, data) | |||
) | |||
this.runView.on('lexon', 'compilationFinished', (file, source, languageVersion, data) => | |||
broadcastCompilationResult(file, source, languageVersion, data) | |||
// console.log('broadcasting compilation result ', file, source, languageVersion, data) |
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.
could you remove the comment?
I think that should be ok, could you address the 2 other commits and squash all the commits, then we can merge it |
So I should have addressed the comments and squashed them. Hopefully nothing broke :) |
e2e tests checked by #2621 |
No description provided.