You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ruby): retry Ruby tool resolution with a real cwd
The previous PWD-based attempt did not change the child process working
directory, so Bundler and RubyGems could still resolve the wrong Ruby.
Run extension-side bundle/ruby/gem probes through a worktree-root shell
wrapper instead, and allow that wrapper in the manifest so fallback
installation uses the same project context as the final language server.
0 commit comments