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
Check that your run/debug configurations are set to store as project files instead of temporary IDE-only configs. Also verify the project location is consistent and writable when using WSL. If the
.idea/runConfigurationsfiles are not being created, RubyMine is not saving them properly, so checking permissions or invalid project paths would be the next step.