mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update CONTRIBUTING.md
The `debugAdapterPath` option should be set to `debugpy/src/debugpy/adapter`
This commit is contained in:
parent
2a8758d18f
commit
78bbf8be83
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
...
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue