我的vs代码中有以下错误:
[Error - 3:51:12 PM] Starting client failed
/usr/local/Cellar/ruby/2.6.3/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe': can't find gem solargraph (>= 0.a) with executable solargraph (Gem::GemNotFoundException)
from /usr/local/Cellar/ruby/2.6.3/lib/ruby/2.6.0/rubygems.rb:302:in `activate_bin_path'
from /usr/local/bin/solargraph:23:in `<main>'
我目前使用
rbenv
,并且只有ruby版本2.6.3是全局的。这里好像有什么问题?如果版本是2.6.3,为什么我会看到上面的a
ruby/2.6.0/
?谢谢你的帮助!
最佳答案
如果所有其他操作都失败,可以尝试将solargraph.commandPath
设置为可执行文件的绝对路径运行which solargraph
将为您提供使用路径。