Skip to content

Commit

Permalink
Add ms-python.debugpy
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Feb 13, 2024
1 parent ea81ba0 commit 2ff304c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,16 @@
],
"extensionFile": "black-formatter.vsix"
},
"ms-python.debugpy": {
"repository": "https://github.com/microsoft/vscode-python-debugger",
"custom": [
"python -m pip install -U pip pipx wheel",
"npm ci --prefer-offline",
"python -m pipx run nox --session install_bundled_libs",
"npm run vsce-package"
],
"extensionFile": "pyhton-debugger.vsix"
},
"ms-python.flake8": {
"repository": "https://github.com/microsoft/vscode-flake8",
"custom": [
Expand Down

0 comments on commit 2ff304c

Please sign in to comment.