Search code examples
visual-studio-codevscode-remote

alter PATH for VS Code Remote SSH


Using VS Code's new Remote SSH feature, how do I modify the PATH environment variable for its terminal? I've ssh'd into an Ubuntu 16.04 VM and it is not picking up /etc/profile or ~/.bash_profile.

enter image description here

After opening the terminal, I can . ~/.bash_profile, but I want something like that to happen automatically.


Solution

  • You should use this command in command line (F1 or ctrl+shift+p): Remote-SSH: Kill VS Code Server on Host, which let the vscode server to restart and reload you config.