File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 88 "**/.svn" : true ,
99 "**/CVS" : true ,
1010 "**/Thumbs.db" : true ,
11- //".devcontainer": true,
1211 ".github" : false ,
1312 ".vscode" : false
1413 },
14+ "terminal.integrated.env.linux" : {
15+ "PATH" : " /home/vscode/.asdf/shims:/home/vscode/.asdf/bin:${env:PATH}"
16+ }
1517}
Original file line number Diff line number Diff line change @@ -7,13 +7,6 @@ echo 'export PATH="$HOME/.asdf/shims:$PATH"' >> ~/.zshrc
77echo ' eval "$(asdf completion zsh)"' >> ~ /.zshrc
88source ~ /.zshrc
99
10- # # Create pip config for SSL certificates before make config runs
11- # mkdir -p ~/.config/pip
12- # cat > ~/.config/pip/pip.conf << EOF
13- # [global]
14- # cert = /etc/ssl/certs/ca-certificates.crt
15- # EOF
16-
1710make _install-dependencies # required before config to ensure python is available due to race between config:: make targets
1811make config
1912
You can’t perform that action at this time.
0 commit comments