vscode-solargraph icon indicating copy to clipboard operation
vscode-solargraph copied to clipboard

Command Prefix?

Open jherdman opened this issue 2 years ago • 1 comments

My development environment runs inside of a Nix powered shell. My instance of Solargraph is available via this command nix-shell --run 'bundle exec solargraph'. I tried using the solargraph.commandPath config option to no avail. Is there another option I should try?

jherdman avatar Apr 05 '22 14:04 jherdman

Since the plugin uses a separate login shell, trying to load the nix shell environment through something like direnv doesn't work either.

See this comment for a few details on the way it is run https://github.com/castwide/vscode-solargraph/issues/108#issuecomment-487359460

mkaito avatar Oct 21 '22 13:10 mkaito