Because I have multiple machines with different home directory paths (/Users/$USER on Mac vs /home/$USER on Linux), and I manage my configuration VSCode files centrally for all machines, I'd like to do the following:
"solargraph.commandPath": "${env:HOME}/projects/dotfiles/solargraph.sh",
I must run solargraph via a script that sets up the environment correctly because VS Code plugin itself doesn't expose enough parameters to achieve what I need.
Because I have multiple machines with different home directory paths (
/Users/$USERon Mac vs/home/$USERon Linux), and I manage my configuration VSCode files centrally for all machines, I'd like to do the following:I must run solargraph via a script that sets up the environment correctly because VS Code plugin itself doesn't expose enough parameters to achieve what I need.