We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ee7de commit e015fddCopy full SHA for e015fdd
news/3 Code Health/6961.md
@@ -0,0 +1,4 @@
1
+Bump version of [PTVSD](https://pypi.org/project/ptvsd/) to `4.3.2`
2
+ * Fix an issue with Jump to cursor command. [#1667](https://github.com/microsoft/ptvsd/issues/1667)
3
+ * Fix "Unable to find threadStateIndex for the current thread" message in terminal. [#1587](https://github.com/microsoft/ptvsd/issues/1587)
4
+ * Fixes crash when using python 3.7.4. [#1688](https://github.com/microsoft/ptvsd/issues/1688)
requirements.txt
@@ -1,4 +1,4 @@
jedi==0.13.3
parso==0.5.0
isort==4.3.21
-ptvsd==4.3.0
+ptvsd==4.3.2
0 commit comments