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.2.0-rc (21 Feb 2019)
## 2019.2.0 (26 Feb 2019)

### Thanks

Expand Down Expand Up @@ -88,6 +88,8 @@ part of!
([#4317](https://github.com/Microsoft/vscode-python/issues/4317))
1. Added a button to configure unit tests when prompting users that tests weren't discovered.
([#4318](https://github.com/Microsoft/vscode-python/issues/4318))
1. Use VSC API to open browser window
([#4322](https://github.com/Microsoft/vscode-python/issues/4322))
1. Don't shut down the notebook server on window close.
([#4348](https://github.com/Microsoft/vscode-python/issues/4348))
1. Added command `Show Output` to display the `Python` output panel.
Expand Down Expand Up @@ -122,12 +124,16 @@ part of!
([#4360](https://github.com/Microsoft/vscode-python/issues/4360))
1. Revert pipenv activation to not use `pipenv` shell.`
([#4394](https://github.com/Microsoft/vscode-python/issues/4394))
1. Fix shift enter to send selection when cells are defined.
([#4413](https://github.com/Microsoft/vscode-python/issues/4413))
1. Icons should display only in test explorer.
([#4418](https://github.com/Microsoft/vscode-python/issues/4418))
1. Update ptvsd to [4.2.4](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.4).
([#4457](https://github.com/Microsoft/vscode-python/issues/4457))
* `BreakOnSystemExitZero` now respected.
* Fix a bug causing breakpoints not to be hit when attached to a remote target.
1. Fix double running of cells with the context menu
([#4532](https://github.com/Microsoft/vscode-python/issues/4532))
1. Update the Python language server to 0.1.80.

### Code Health
Expand Down
450 changes: 203 additions & 247 deletions ThirdPartyNotices-Distribution.txt

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion news/1 Enhancements/4322.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

37 changes: 24 additions & 13 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.2.0-rc",
"version": "2019.2.0",
"languageServerVersion": "0.1.80",
"publisher": "ms-python",
"author": {
Expand Down