Skip to content

Commit e13ce79

Browse files
committed
Update version of PTVSD
1 parent 979b1e0 commit e13ce79

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
([#3568](https://github.com/Microsoft/vscode-python/issues/3568))
7676
1. Fix perf issues with long collections and variable explorer
7777
([#5511](https://github.com/Microsoft/vscode-python/issues/5511))
78+
1. Update ptvsd to [4.2.10](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.10).
79+
* No longer switch off getpass on import.
80+
* Fixes a crash on evaluate request.
81+
* Fix a issue with running no-debug.
82+
* Fixes issue with forwarding sys.stdin.read().
83+
* Remove sys.prefix form library roots.
7884

7985
### Code Health
8086

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jedi==0.12.0
22
parso==0.2.1
33
isort==4.3.20
4-
ptvsd==4.2.9
4+
ptvsd==4.2.10

0 commit comments

Comments
 (0)