code-server version:1.32.0-245
- OS Version: Ubuntu 18.04
Description
Custom binary paths are not loading from the users .profile or /etc/profile on ubuntu. For example, I have go installed on the ubuntu machine. In my ~/.profile, I have the path to export PATH=$GOPATH/bin:$GOROOT/bin:$PATH. On a standard ssh terminal the go binary loads. The terminal in VSCode does not load any custom paths. I have to run source ~/.profile. This has to be done on each load of a new terminal.
Steps to Reproduce
go -- Output Command 'go' not found,
source ~/.profile
go version -- Output: go version go1.12 linux/amd64
code-serverversion:1.32.0-245Description
Custom binary paths are not loading from the users
.profileor/etc/profileon ubuntu. For example, I havegoinstalled on the ubuntu machine. In my~/.profile, I have the path toexport PATH=$GOPATH/bin:$GOROOT/bin:$PATH. On a standard ssh terminal thegobinary loads. The terminal in VSCode does not load any custom paths. I have to runsource ~/.profile. This has to be done on each load of a new terminal.Steps to Reproduce
go-- OutputCommand 'go' not found,source ~/.profilego version-- Output:go version go1.12 linux/amd64