basgren / railways

A plugin for RubyMine and IntelliJ IDEA Ultimate that adds a panel with routes of Ruby on Rails application.
MIT License
46 stars 18 forks source link

Failed to load routes with WSL2 #47

Open andrey-skat opened 3 years ago

andrey-skat commented 3 years ago

Hi, tried to use plugin with WSL2. Ruby SDK and path mappings added. But get error: /bin/sh: 1: cd: can't cd to //wsl$/Ubuntu/home/skat/projects/proj

basgren commented 3 years ago

I'm sorry, I doubt I'll get my hands on WSL2 issue soon, as I mostly use Linux for development. In any case, I use JetBrains API to run all rake/rails commands, so all terminal interactions are managed by IDE itself. Just curious, are you able to run any rake task right from IDE (menu Tools > Run Rake Task...)?