-
Notifications
You must be signed in to change notification settings - Fork 10
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
IntelliJ IDEA + Remote Development in WSL #295
Comments
User solved it by installing the plugin again (it showed that it's not installed) - probably an issue that host/frontend (the IntelliJ remote components) had installed in one and not in the other (since button was showing) - maybe we can detect this situation somehow? |
After a small check on WSL I see we also have a problem with notification service with the notification trying to show on the host instead of the client. Error
|
I have tried reinstalling the plugin, but mine is in a different state than what was reported by the user. It shows as For some reason I'm in a beta build
mirrord failed when clicking on `Settings`
mirrord failed when clicking on `Active config`
|
The beta version is the first one that appears when you're opening a new project, so that's what got installed in my wsl... Using the same version has the mirrord plugin not throwing those errors when I click stuff. |
How I installed the plugin:
Another issue I had was that docker couldn't pull any images (probably a proxy issue), including the mirrord-agent image - I pulled it manually by doing |
Installed Debian, switched wsl default to it, nand installed docker (with the script) and minikube. Also had to install Open Intellij from windows, connect to Debian, create new project (I don't get a proper project selector here, it just creates a generic project). I then select to open this project, it asks to install the wsl intellij. In the wsl intellij, I go to File->New Project and create a new java gradle kotlin project. In the new project inside wsl, the mirrord plugin was already installed (no idea how, as I had removed intellij from windows, even clicking the "Remove ..." checkboxes to remove config and stuff). I've then tried to run it, no dice, I got no mirrord notifications for "mirrord starting" or "pick a target", nothing, the project just runs as if mirrord is not there. Clicking on mirrord sub-options (select active config, for example), throws an IDE exception, so I manually created a Closed it all, and when I re-opened the windows Intellij, went into the plugins section, mirrord was marked as not installed. Installed mirrord, started the wsl Intellij, mirrord is there. Try to run it again, aaaanndd .... 🥁 nothing. I've also tried making a bogus |
Clicking open settings opens settings in the Windows host somehow
Also selecting active config doesn't work and this error is logged:
IntelliJ IDEA 2024.3 EAP
The text was updated successfully, but these errors were encountered: