RubyMine not saving Run/Debug configurations when using WSL.
Hi,
The run/debug configurations are not saved when the IDE is exited. On start up, the configurations that were created last session are gone. Is there a setting that needs to be changed to have them preserved when using wsl?
My development environment is Windows 11, wsl, and RubyMine 2025.3.1. I am using wsl native(?), not using Bridge.
Thanks
请先登录再写评论。
You can try these workarounds:
1. Help > Find Action > “Registry…”, search wsl.use.remote.agent.for.nio.filesystem, uncheck it, then restart the IDE.
2. Or temporarily downgrade to 2025.3.
Please try and let me know if the issue persists. You can track this YouTrack Issue for Updates (fix in progress): https://youtrack.jetbrains.com/issue/IJPL-225409
This issue usually happens because RubyMine isn’t saving run/debug configurations to the project files when using WSL. By default, temporary configurations disappear after restart. To preserve them, make sure you explicitly save configurations as permanent (via the “Save Configuration” option in the run/debug dropdown) and check that your project has write access inside concoracard login WSL. Also confirm that your
.ideafolder isn’t being reset or blocked by permissions. Switching from temporary to permanent configurations should ensure they persist across IDE restarts.Best regards,
Aimee