Use python debug adapter when in experiment#8119
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8119 +/- ##
==========================================
+ Coverage 58.99% 59.02% +0.02%
==========================================
Files 504 504
Lines 23105 23114 +9
Branches 3727 3744 +17
==========================================
+ Hits 13631 13643 +12
+ Misses 8597 8583 -14
- Partials 877 888 +11
Continue to review full report at Codecov.
|
13a43ee to
11cb1d1
Compare
kimadeline
left a comment
There was a problem hiding this comment.
The Python code looks good to me, but any Python code I didn't write looks good 🙈
Requesting changes for the cleanup that needs to be done in adapter/factory.unit.test.ts, other than that 👍
ericsnowcurrently
left a comment
There was a problem hiding this comment.
Thanks for working on this, @karthiknadig! I've left a few comments to consider.
Also, it seems like this PR is packing in a number of different changes:
- activating the experiment
- moving away from requirements.txt for ptvsd
- attach handling in the factory
- other small things...
For the most part we should try to keep each PR focused, for the benefits of reviewability and revertability.
This reverts commit 5c1d2bc.
This reverts commit 0ba0d9c.
|
I plan on merging this after the CI is clean. Some bad merge in master has the build hygiene failing everywhere.
|
Uh oh!
There was an error while loading. Please reload this page.