Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed501bf

Browse files
Updates for the 2019.6.0 release. (#6327)
(for #5825)
1 parent 03f53e1 commit ed501bf

File tree

6 files changed

+66
-27
lines changed

6 files changed

+66
-27
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2019.6.0-rc (19 June 2019)
3+
## 2019.6.0 (25 June 2019)
44

55
### Enhancements
66

@@ -124,6 +124,12 @@
124124
([#5983](https://github.com/Microsoft/vscode-python/issues/5983))
125125
1. Account for files being opened in Visual Studio Code that do not belong to a workspace.
126126
([#6624](https://github.com/Microsoft/vscode-python/issues/6624))
127+
1. Accessibility pass on plot viewer
128+
([#6020](https://github.com/Microsoft/vscode-python/issues/6020))
129+
1. Allow for both password and self cert server to work together
130+
([#6265](https://github.com/Microsoft/vscode-python/issues/6265))
131+
1. Fix pdf export in release bits.
132+
([#6277](https://github.com/Microsoft/vscode-python/issues/6277))
127133

128134
### Code Health
129135

news/2 Fixes/6020.md

-1
This file was deleted.

news/2 Fixes/6265.md

-1
This file was deleted.

news/2 Fixes/6277.md

-1
This file was deleted.

package-lock.json

+58-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2019.6.0-rc",
5+
"version": "2019.6.0",
66
"languageServerVersion": "0.2.82",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)