mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add the debugger_protocol package (and schema subpackage).
This commit is contained in:
parent
5e718ae234
commit
f391eb4490
2 changed files with 8 additions and 0 deletions
0
debugger_protocol/__init__.py
Normal file
0
debugger_protocol/__init__.py
Normal file
8
debugger_protocol/schema/__init__.py
Normal file
8
debugger_protocol/schema/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
import os.path
|
||||
|
||||
|
||||
DATA_DIR = os.path.dirname(__file__)
|
||||
|
||||
UPSTREAM = 'https://raw.githubusercontent.com/Microsoft/vscode-debugadapter-node/master/debugProtocol.json'
|
||||
VENDORED = os.path.join(DATA_DIR, 'debugProtocol.json')
|
||||
Loading…
Add table
Add a link
Reference in a new issue