Add the debugger_protocol package (and schema subpackage).

This commit is contained in:
Eric Snow 2017-12-21 12:33:47 -07:00
parent 5e718ae234
commit f391eb4490
2 changed files with 8 additions and 0 deletions

View file

View 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')