-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
code-serverversion: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-- OutputCommand 'go' not found,source ~/.profilego version-- Output:go version go1.12 linux/amd64
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working