Skip to content

Commit 1e3fd91

Browse files
authored
fix the link to Python extension in CONTRIBUTING.md (#1934)
1 parent 378339a commit 1e3fd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following tools are required to work on debugpy:
2424
- [Black](https://black.readthedocs.io/en/stable/)
2525
- [tox](https://tox.readthedocs.io/en/latest/)
2626

27-
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.
27+
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.
2828

2929
Tools that are Python packages should be installed via pip corresponding to the Python 3 installation. On Windows:
3030
```

0 commit comments

Comments
 (0)