You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for this cool extension!
I am unable to use GT with Compiler Explorer. It uses the Monaco editor under the hood (#239).
Upon activating GT, it does detect the textarea, and my editor (sublime) also prints some logs saying it has connected. But no file is opened inside the editor. Any idea why this would be happening?
The text was updated successfully, but these errors were encountered:
An easy solution would be to make that dispatchEvent call asynchronous so it doesn't affect the constructor. Or better yet wrap it in try/catch
However that isn't guarantee to fix it since it's their code that is breaking it. It might be worth contacting https://sentry.io, they might know why their code is throwing an error in a basic dispatchEvent
Hello! Thanks for this cool extension!
I am unable to use GT with Compiler Explorer. It uses the Monaco editor under the hood (#239).
Upon activating GT, it does detect the textarea, and my editor (sublime) also prints some logs saying it has connected. But no file is opened inside the editor. Any idea why this would be happening?
The text was updated successfully, but these errors were encountered: