vscode-ruby version: 0.25.3useLanguageServer is true?) yesLinting, some output, anything
Nothing happens. The Ruby Language Server output just shows:
[Info - 6:03:49 PM] Initializing Ruby language server...
Loading Ruby tree-sitter syntax from /Users/ccunningham/.vscode/extensions/rebornix.ruby-0.25.3/dist/server/tree-sitter-ruby.wasm
That's it. Opening files, saving files, any other activity, has no further output. Seems like something is hanging? I've tried various settings, using rubocop vs standard for formatting, using bundler or not, and just nothing happens. If there's anything else I can do to debug let me know!
What is the contents of the directory /Users/ccunningham/.vscode/extensions/rebornix.ruby-0.25.3/dist/server/?
same happens for me, vscode-ruby 0.26, ruby 2.6.3.
Same here. Linting starts with
[Info - 16:02:58] Initializing Ruby language server...
Loading Ruby tree-sitter syntax from ~/.vscode/extensions/rebornix.ruby-0.26.0/dist/server/tree-sitter-ruby.wasm
Lint: executing rubocop -s ~/dev/src/bitbucket.bip.uk.fid-intl.com/filcf/fil-nsx-client/lib/fil-nsx-client/nsx_application.rb -f json -l...
after this it gets stuck and never returns.
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin18]
and
brew info rbenv
rbenv: stable 1.1.2 (bottled), HEAD
Same here, ruby 2.7.0, ext version 0.26.0:
[Info - 1:55:38 PM] Initializing Ruby language server...
Loading Ruby tree-sitter syntax from /Users/atipugin/.vscode/extensions/rebornix.ruby-0.26.0/dist/server/tree-sitter-ruby.wasm
Linting/formatting using rubocop works fine, but auto-completion doesn't.
We are waiting for corrections
This issue has not had activity for 30 days. It will be automatically closed in 7 days.
No one seems to care!
ruby 2.7 same problem
Has anyone had any luck with this? It seems to just get stuck on Initializing Ruby language server... for me, with no errors or additional output.
Most helpful comment
Has anyone had any luck with this? It seems to just get stuck on
Initializing Ruby language server...for me, with no errors or additional output.