From 86dc17a42936b1908d7c87086f686860c1e6d535 Mon Sep 17 00:00:00 2001 From: Pavel Karateev Date: Thu, 31 Jul 2025 13:13:28 +0200 Subject: [PATCH] fix the link to Python extension in `CONTRIBUTING.md` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e25104d5..9eff5fb7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: ```