mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
fix the link to Python extension in CONTRIBUTING.md (#1934)
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
This commit is contained in:
parent
378339a3a8
commit
1e3fd91306
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ The following tools are required to work on debugpy:
|
|||
- [Black](https://black.readthedocs.io/en/stable/)
|
||||
- [tox](https://tox.readthedocs.io/en/latest/)
|
||||
|
||||
We recommend using [Visual Studio Code](https://code.visualstudio.com/) with the (Python extension)[https://marketplace.visualstudio.com/items?itemName=ms-python.python] to work on debugpy, but it's not a requirement. A workspace file, [debugpy.code-workspace], is provided for the convenience of VSCode users, and sets it up to use the other tools listed above properly.
|
||||
We recommend using [Visual Studio Code](https://code.visualstudio.com/) with the [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) to work on debugpy, but it's not a requirement. A workspace file, [debugpy.code-workspace], is provided for the convenience of VSCode users, and sets it up to use the other tools listed above properly.
|
||||
|
||||
Tools that are Python packages should be installed via pip corresponding to the Python 3 installation. On Windows:
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue