-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I'm trying to use rv with ruby-lsp: #3861
https://shopify.github.io/ruby-lsp/version-managers.html#custom-activation seems… misguided. For example, trying to do something like PATH=/path/to/ruby/bin:$PATH results in an error for me because I use fish. I'd like to configure .vscode/settings.json inside a repo to set up the correct ruby, and I don't see a way to do this without overly clever workarounds to account for different shell configurations.
Contrast this with https://github.com/rubocop/vscode-rubocop , for which I was able to specify a way to run Ruby that instantly worked:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
{ // … "rubocop.commandPath": "./script/ruby-wrapper.ts -S rubocop", "rubocop.bundleCommandPath": "./script/ruby-wrapper.ts -S bundle", }