We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4944683 commit 62009dfCopy full SHA for 62009df
scripts/utils.sh
@@ -334,8 +334,8 @@ function devcontainer_extras() {
334
sudo chown "$(id -u)":"$(id -g)" "$HOME/.config"
335
fi
336
337
- sudo ln -sf /usr/bin/clang-19 /usr/bin/clang || true
338
- sudo ln -sf /usr/bin/clang++-19 /usr/bin/clang++ || true
+ sudo ln -sf /usr/bin/clang-20 /usr/bin/clang || true
+ sudo ln -sf /usr/bin/clang++-20 /usr/bin/clang++ || true
339
340
# hack to get the proper shell to open when using devcontainer connect and nvim
341
echo "export SHELL=zsh" >>"$HOME/.profile"
0 commit comments