Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Update Debug Adapter Protocol links
Browse files Browse the repository at this point in the history
There's a [new home for the Debug Adapter Protocol][1], so we might as well link to it.

[1]: https://code.visualstudio.com/blogs/2018/08/07/debug-adapter-protocol-website
  • Loading branch information
SamB authored and int19h committed Jun 29, 2019
1 parent 57e50a6 commit 9666eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![PyPI](https://img.shields.io/pypi/v/ptvsd.svg)](https://pypi.org/project/ptvsd/)
[![PyPI](https://img.shields.io/pypi/pyversions/ptvsd.svg)](https://pypi.org/project/ptvsd/)

This debugger is based on the Debug Adapter Protocol for VS Code: [debugProtocol.json](https://github.com/Microsoft/vscode-debugadapter-node/blob/master/debugProtocol.json)
This debugger is based on the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) created for VS Code: [debugProtocol.json](https://github.com/Microsoft/debug-adapter-protocol/blob/gh-pages/debugAdapterProtocol.json)

## `ptvsd` CLI Usage
### Debugging a script file
Expand Down

0 comments on commit 9666eac

Please sign in to comment.