11 questions
1
vote
1
answer
168
views
How to properly set up Ruby gem environment to use ruby-lsp for Helix?
I have some troubles that prevent me from using ruby-lsp with helix 25.01.1.
I use Voidlinux and nushell 0.104.0 and have built from source ruby 3.5.0dev via the official repository.
Here is my gem ...
1
vote
0
answers
2k
views
Ruby LSP VS Code extension is not starting and uses wrong ruby version
I have installed the extension.
I have updated the settings accordingly
{
"ruby.useLanguageServer": true,
"ruby.intellisense": "rubyLocate",
"workbench....
0
votes
1
answer
1k
views
How to install the Ruby LSP extension in a devcontainer without root user
I'm developing a ruby app in a devcontainer in VScode. In the container I am a non-root user. Now I want to install the Ruby LSP extension in the devcontainer, but I get following errors:
Failed to ...
1
vote
0
answers
57
views
Running ruby in VSCode
I've installed ruby lsp and code runner extensions in VScode.
I'm running the following code in VScode
puts ("enter a number")
x = gets.to_i
puts ("enter a second number")
y = gets....
1
vote
1
answer
6k
views
ruby-lsp with rbenv failing to execute
I'm having a problem with installing and trying to use ruby-lsp.
I think I followed the correct steps, but keep getting an error:
Be sure I have selected the correct ruby version:
❯ rbenv versions
...
6
votes
0
answers
1k
views
Shopify.ruby-lsp VSCode Extension vs. Other VSCode Ruby Extensions
I just came across the Shopify.ruby-lsp vscode extension, which works with VSCode RDBG. I have been using the rebornix.Ruby / vscode-ruby extension and ruby-debug-ide; Stafford Brunk (wingrunr21, the ...