Skip to content

Commit 16a4bcf

Browse files
committed
Update debugger to latest
1 parent 1fd5509 commit 16a4bcf

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2020.3.1 (30 March 2020)
4+
5+
### Fixes
6+
7+
1. Update `debugpy` to latest. Fixes issue with locale.
8+
39
## 2020.3.0 (19 March 2020)
410

511
### Enhancements

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: 7 additions & 3 deletions
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.0",
5+
"version": "2020.3.1",
66
"languageServerVersion": "0.5.30",
77
"publisher": "ms-python",
88
"author": {
@@ -1377,7 +1377,9 @@
13771377
"default": "127.0.0.1"
13781378
}
13791379
},
1380-
"required": ["port"]
1380+
"required": [
1381+
"port"
1382+
]
13811383
},
13821384
"listen": {
13831385
"type": "object",
@@ -1393,7 +1395,9 @@
13931395
"default": "127.0.0.1"
13941396
}
13951397
},
1396-
"required": ["port"]
1398+
"required": [
1399+
"port"
1400+
]
13971401
},
13981402
"port": {
13991403
"type": "number",

0 commit comments

Comments
 (0)