Skip to content

Commit e3df2c3

Browse files
committed
chore: Enhance devcontainer setup with improved Zsh configuration and additional dependencies
1 parent 4cfbf54 commit e3df2c3

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
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
}

scripts/devcontainer/postcreatecommand.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ echo 'export PATH="$HOME/.asdf/shims:$PATH"' >> ~/.zshrc
77
echo 'eval "$(asdf completion zsh)"' >> ~/.zshrc
88
source ~/.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-
1710
make _install-dependencies # required before config to ensure python is available due to race between config:: make targets
1811
make config
1912

0 commit comments

Comments
 (0)