-
Notifications
You must be signed in to change notification settings - Fork 285
language server crashing on latest vscode #502
Comments
the last vscode is using node v69 and the last tree-sitter-ruby is against v64 and isn't founding the url to download: we have to wait to tree-sitter-ruby generate a new release in that case ? btw: the last message with undefined values, seems related to isn't sending all the data to show the error: |
This is known and we already have a PR upstream to fix it. If you have build tooling installed on your system you can perform the following: cd ~/.vscode/extensions/rebornix.ruby-0.24.0/server
npm install That should trigger prebuild to build the binary I am researching moving to the WASM build of tree-sitter but there appears to potentially be some issues (see microsoft/vscode#65559) |
I'm closing this as this is a dup of #486 |
This didn't fix the issue though. Guess I'll wait for an upstream fix? |
|
Your environment
vscode-ruby
version:0.24.0
2.6.3
chruby
Version 1.36.0 (1.36.0)
macOS Mojave 10.14.5 (18F132)
Yes
Expected behavior
Should start up
Actual behavior
The text was updated successfully, but these errors were encountered: