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 f3970de commit b59d10bCopy full SHA for b59d10b
scripts/devcontainer.sh
@@ -40,6 +40,7 @@ apt_install libfuse2 fuse3
40
wget https://github.com/neovim/neovim-releases/releases/download/v0.10.1/nvim.appimage
41
sudo mv nvim.appimage /usr/bin/nvim
42
sudo chmod u+x /usr/bin/nvim
43
+pip3 install debugpy
44
45
zsh_extras
46
0 commit comments