We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce43c38 commit f239fd9Copy full SHA for f239fd9
src/base/.devcontainer/scripts/vscode_install.sh
@@ -24,7 +24,3 @@ asdf plugin add yq https://github.com/sudermanjr/asdf-yq.git
24
# install base asdf versions of common tools
25
cd /home/vscode
26
asdf install
27
-
28
-# create .ssh/known_hosts to prevent devcontainer copying from localhost
29
-mkdir -p /home/vscode/.ssh
30
-echo "" > /home/vscode/.ssh/known_hosts
0 commit comments