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 has been archived by the owner on Jul 31, 2023. It is now read-only.
Using language server? (eg useLanguageServer is true?) yes/true
Expected behavior
Ruby language server starts successfully on VS Code startup
Actual behavior
Ruby language server fails to start with this error:
[Info - 10:54:05 AM] Initializing Ruby language server...
[Info - 10:54:05 AM] Rebuilding tree-sitter for local Electron version
[Info - 10:54:05 AM] Rebuild succeeded!
dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: /Users/ds063137/.vscode/extensions/rebornix.ruby-0.24.1/server/node_modules/tree-sitter-ruby/build/Release/tree_sitter_ruby_binding.node
Expected in: flat namespace
The language server attempts to start five times, then VS Code raises the "toast" notification at the bottom right that, saying it failed five times in three minutes and will not be restarted.
The text was updated successfully, but these errors were encountered:
Turns out I had the VS Code app file in Downloads. Moved that to the Applications folder, now I'm getting this:
[Info - 11:25:53 AM] Initializing Ruby language server...
[Info - 11:25:53 AM] Rebuilding tree-sitter for local Electron version
[Error - 11:25:54 AM] Server initialization failed.
Message: Request initialize failed with message: No prebuilt binaries found (target=undefined runtime=undefined arch=undefined libc=undefined platform=undefined)
Code: -32603
I've read the issues related to this error, supposedly it is fixed but I'm still getting this error on the latest versions of all relevant components.
Your Environment
vscode-ruby
version: 0.24.1useLanguageServer
is true?) yes/trueExpected behavior
Ruby language server starts successfully on VS Code startup
Actual behavior
Ruby language server fails to start with this error:
The language server attempts to start five times, then VS Code raises the "toast" notification at the bottom right that, saying it failed five times in three minutes and will not be restarted.
The text was updated successfully, but these errors were encountered: