Skip to content

Commit 08ef978

Browse files
committed
Switch to pip version of debugpy
1 parent e41c8b5 commit 08ef978

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/configs/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ apt-get:
1414
- meld
1515
- pass
1616
- pipx
17-
- python3-debugpy
1817
- python3-pip
1918
- python3-venv
2019
- ripgrep
@@ -30,6 +29,7 @@ pacstall:
3029
- neovim-app
3130
- nodejs-deb
3231
pip3:
32+
- debugpy
3333
- neovim
3434
- pynvim==0.5.2
3535
npm:

scripts/configs/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ apt-get:
2626
- luarocks
2727
- meld
2828
- pass
29-
- python3-debugpy
3029
- python3-full
3130
- python3-pip
3231
- python3-setuptools
@@ -53,6 +52,7 @@ pacstall:
5352
- slack-deb
5453
- zoom-deb
5554
pip3:
55+
- debugpy
5656
- neovim
5757
- pynvim==0.5.2
5858
npm:

0 commit comments

Comments
 (0)