Make PDK a (limited) Ruby version manager #1340
Unanswered
jay7x
asked this question in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It'd be nice to use PDK-bundled Ruby with Spotify's Ruby-LSP in VSCode. There is some support for Ruby version managers described here: https://github.com/Shopify/ruby-lsp/blob/main/vscode/VERSION_MANAGERS.md.
This way a customer can use Ruby-LSP without installing any other Ruby distribution. I guess that was one of the goals behind PDK also.
I can imagine something like this:
Here is how the activation script is called: https://github.com/Shopify/ruby-lsp/blob/main/vscode/src/ruby/custom.ts#L19
Some other notes:
Beta Was this translation helpful? Give feedback.
All reactions