After installing the plugin on a fresh Code installation, I cannot start the language server due to missing prebuilt binaries.
Your environment
vscode-ruby version: 0.22.3
- Ruby version: 2.6.0p0
- Ruby version manager (if any): rbenv 1.1.2
- VS Code version: 1.35.0
(Electron 4.1.4 Chrome 69.0.3497.128 Node.js 10.11.0 V8: 6.9.427.30-electron.0)
- Operating System: Arch Linux Linux 5.1.7-arch1-1-ARCH
- Using language server? Yes
Expected behavior
Language server should start.
Actual behavior
In Output Window, the Ruby Language Server context shows the following error message:
[Info - 12:23:12 PM] Initializing Ruby language server...
[Info - 12:23:12 PM] Rebuilding tree-sitter for local Electron version
[Error - 12:23:13 PM] 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
NOTE: I don't know if the undefined values are an hint about the origin of the problem.
After installing the plugin on a fresh Code installation, I cannot start the language server due to missing prebuilt binaries.
Your environment
vscode-rubyversion: 0.22.3(Electron 4.1.4 Chrome 69.0.3497.128 Node.js 10.11.0 V8: 6.9.427.30-electron.0)
Expected behavior
Language server should start.
Actual behavior
In Output Window, the Ruby Language Server context shows the following error message:
NOTE: I don't know if the
undefinedvalues are an hint about the origin of the problem.