We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979b1e0 commit e13ce79Copy full SHA for e13ce79
2 files changed
CHANGELOG.md
@@ -75,6 +75,12 @@
75
([#3568](https://github.com/Microsoft/vscode-python/issues/3568))
76
1. Fix perf issues with long collections and variable explorer
77
([#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.
84
85
### Code Health
86
requirements.txt
@@ -1,4 +1,4 @@
1
jedi==0.12.0
2
parso==0.2.1
3
isort==4.3.20
4
-ptvsd==4.2.9
+ptvsd==4.2.10
0 commit comments