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
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Make sure you have ruby, ruby-debug-ide and ruby-debug-basex19 installed before submitting your issue -- thank you !
Expected behavior
After executing the command "Ruby: Reload Project", it should show "Indexing Ruby source files" message in the status bar.
Actual behavior
A message pops up with "ruby.reloadProject command not found" message.
Steps to reproduce the problem
Change intellisense provider (ruby.intellisense preference) to "solargraph". Try to execute command "Ruby: Reload Project" and it will fail. Also "Goto definition" and "Peek definition" won't work.
I guess that the problem is that the command registration is being skipped here https://github.com/rubyide/vscode-ruby/blob/master/src/ruby.ts#L32 if the provider is different than rubyLocate.
Maybe the solution would be not allowing to execute that command at all, and relying on the Solargraph extension for intellisense.