Malcolm O'Hare
Malcolm O'Hare
There was a time when it didn't do this custom bundle for debugging, but then one day this: https://github.com/Shopify/ruby-lsp/commit/f55b903e603f9fdb6f34b54a28ea5578d01544de It's a nice feature **IF** the users repo didn't include the...
Removing the chunk of code that sets `BUNDLE_GEMFILE` causes the debugging command to not work. Changing that ENV to point at the workspace Gemfile instead of the ruby-lsp Gemfile did...
I've got a pull request up for adding a new setting, which allows users to specify the path to the Gemfile to use when running in debug. If the setting...
I took a look at what it would take to do this, wanted to leave my thoughts here as a guide to either myself picking this up at some point...