Skip to content

Commit ce1f4a2

Browse files
authored
Update debugpy to latest (#10935)
1 parent 81a7959 commit ce1f4a2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
## 2020.3.2 (2 April 2020)
4+
5+
### Fixes
6+
7+
1. Update `debugpy` to latest (v1.0.0b5). Fixes issue with connections with multi-process.
8+
39
## 2020.3.1 (31 March 2020)
410

511
### Fixes
612

7-
1. Update `debugpy` to latest. Fixes issue with locale.
13+
1. Update `debugpy` to latest (v1.0.0b4). Fixes issue with locale.
814

915
## 2020.3.0 (19 March 2020)
1016

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2020.3.1",
5+
"version": "2020.3.2",
66
"languageServerVersion": "0.5.30",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)