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
But the plugin keeps claiming 'ruby' doesn't exist.
I tried setting the PATH as mentionned in custom activation, with v
"rubyLsp.customRubyCommand": "set PATH=C:\etc\msys64\ucrt64\bin;%PATH%"
but then it's 'set' that is not recognized.
I even tried to force creation of the shell with cmd.exe : same error.
The text was updated successfully, but these errors were encountered:
Operating System
Windows 10
Ruby version
ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [x64-mingw-ucrt]
Project has a bundle
Ruby version manager being used
no manager
Description
ruby is in path, and run well from command line.
But the plugin keeps claiming 'ruby' doesn't exist.
I tried setting the PATH as mentionned in custom activation, with v
"rubyLsp.customRubyCommand": "set PATH=C:\etc\msys64\ucrt64\bin;%PATH%"
but then it's 'set' that is not recognized.
I even tried to force creation of the shell with cmd.exe : same error.
The text was updated successfully, but these errors were encountered: