Update CONTRIBUTING.md

The `debugAdapterPath` option should be set to `debugpy/src/debugpy/adapter`
This commit is contained in:
chubei-oppen 2021-11-18 12:12:39 +08:00 committed by Pavel Minaev
parent 2a8758d18f
commit 78bbf8be83

View file

@ -84,7 +84,7 @@ To test integration between debugpy and Visual Studio Code, the latter can be di
```json5
{
"type": "python",
"debugAdapterPath": ".../debugpy/src/debugpy",
"debugAdapterPath": ".../debugpy/src/debugpy/adapter",
...
}
```