We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41c8b5 commit 08ef978Copy full SHA for 08ef978
2 files changed
scripts/configs/devcontainer.yml
@@ -14,7 +14,6 @@ apt-get:
14
- meld
15
- pass
16
- pipx
17
- - python3-debugpy
18
- python3-pip
19
- python3-venv
20
- ripgrep
@@ -30,6 +29,7 @@ pacstall:
30
29
- neovim-app
31
- nodejs-deb
32
pip3:
+ - debugpy
33
- neovim
34
- pynvim==0.5.2
35
npm:
scripts/configs/ubuntu.yml
@@ -26,7 +26,6 @@ apt-get:
26
- luarocks
27
28
- python3-full
- python3-setuptools
@@ -53,6 +52,7 @@ pacstall:
53
52
- slack-deb
54
- zoom-deb
55
56
57
58
0 commit comments