Skip to content

Commit 55485ed

Browse files
Kartik RajDonJayamanne
authored andcommitted
Updates to release candidate (#5715)
1 parent 1fad96f commit 55485ed

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
([#5637](https://github.com/Microsoft/vscode-python/issues/5637))
7272
1. Fix perf problem with intellisense in the Interactive Window.
7373
([#5697](https://github.com/Microsoft/vscode-python/issues/5697))
74+
1. Using "request": "launch" item in launch.json for debugging sends pathMappings
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))
7478

7579
### Code Health
7680

@@ -90,13 +94,16 @@
9094
([#5651](https://github.com/Microsoft/vscode-python/issues/5651))
9195
1. Fix python 2.7 and 3.5 variable explorer nightly tests
9296
([#5433](https://github.com/Microsoft/vscode-python/issues/5433))
97+
1. Update isort to version 4.3.20.
98+
(Thanks [Andrew Blakey](https://github.com/ablakey))
99+
([#5642](https://github.com/Microsoft/vscode-python/issues/5642))
93100

94101

95102
### Thanks
96103

97104
Thanks to the following projects which we fully rely on to provide some of
98105
our features:
99-
- [isort 4.3.17](https://pypi.org/project/isort/4.3.17/)
106+
- [isort 4.3.20](https://pypi.org/project/isort/4.3.20/)
100107
- [jedi 0.12.0](https://pypi.org/project/jedi/0.12.0/)
101108
and [parso 0.2.1](https://pypi.org/project/parso/0.2.1/)
102109
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)

news/2 Fixes/3568.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/5511.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/5642.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
55
"version": "2019.5.0-rc",
6-
"languageServerVersion": "0.2.62",
6+
"languageServerVersion": "0.2.82",
77
"publisher": "ms-python",
88
"author": {
99
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)