Skip to content

Commit bceba92

Browse files
authored
2019.2.0 final (#4553)
1 parent 7073345 commit bceba92

File tree

7 files changed

+235
-265
lines changed

7 files changed

+235
-265
lines changed

CHANGELOG.md

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

3-
## 2019.2.0-rc (21 Feb 2019)
3+
## 2019.2.0 (26 Feb 2019)
44

55
### Thanks
66

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

133139
### Code Health

ThirdPartyNotices-Distribution.txt

Lines changed: 203 additions & 247 deletions
Large diffs are not rendered by default.

news/1 Enhancements/4322.md

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

news/2 Fixes/4413.md

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

news/2 Fixes/4532.md

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

package-lock.json

Lines changed: 24 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.2.0-rc",
5+
"version": "2019.2.0",
66
"languageServerVersion": "0.1.80",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)