debugpy/tests
Eric Snow 7ca01fb2de
Clean up handling of vendored projects. (#383)
* Clean up handling of vendored projects.

* Add the ptvsd._vendored package.

* Try the new location and fall back to the old one.

* Fix a typo.

* Add ptvsd._vendored.list_all().

* Fix setup.py and tests/__main__.py.

* Exclude .pyc files (from python 2).

* Deal with implicit relative imports in 2.7.
2018-04-19 18:20:06 -06:00
..
debugger_protocol Implement the request and response message types. 2018-02-06 09:23:28 +00:00
helpers Move shared functions to their own module (from __main__). (#373) 2018-04-18 13:20:16 -06:00
highlevel Wait until the end of VSCodeMessageProcessor.start() to start handling incoming messages. (#371) 2018-04-18 11:29:05 -06:00
ptvsd Move shared functions to their own module (from __main__). (#373) 2018-04-18 13:20:16 -06:00
system_tests Wait until the end of VSCodeMessageProcessor.start() to start handling incoming messages. (#371) 2018-04-18 11:29:05 -06:00
__init__.py Stop importing ptvsd.wrapper in ptvsd.__init__. 2018-04-02 17:29:35 +00:00
__main__.py Clean up handling of vendored projects. (#383) 2018-04-19 18:20:06 -06:00
test_setup.py Clean up handling of vendored projects. (#383) 2018-04-19 18:20:06 -06:00
test_tests___main__.py lint 2018-03-05 23:59:40 +00:00