Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2019.6.0-rc (19 June 2019)
## 2019.6.0 (25 June 2019)

### Enhancements

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

### Code Health

Expand Down
1 change: 0 additions & 1 deletion news/2 Fixes/6020.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/6265.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/6277.md

This file was deleted.

80 changes: 58 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
"version": "2019.6.0-rc",
"version": "2019.6.0",
"languageServerVersion": "0.2.82",
"publisher": "ms-python",
"author": {
Expand Down