Skip to content

Commit

Permalink
Release 2019.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Mar 6, 2019
1 parent e661271 commit ed8e2c0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog


## 2019.2.1 (27 Feb 2019)
## 2019.2.2 (6 March 2019)

### Fixes

1. If selection is being sent to the Interactive Windows still allow for context menu commands to run selection in terminal or run file in terminal
([#4207](https://github.com/Microsoft/vscode-python/issues/4207))
1. When sending selection to the Interactive Window nothing selected should send the entire line
([#4604](https://github.com/Microsoft/vscode-python/issues/4604))
1. Provide telemetry for when we show the shift-enter banner and if the user clicks yes
([#4636](https://github.com/Microsoft/vscode-python/issues/4636))

## 2019.2.5433 (27 Feb 2019)

### Fixes

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion news/announce.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def git_rm(path):
"""Run git-rm on the path."""
status = subprocess.run(
["git", "rm", os.fspath(path.resolve())],
shell=True,
shell=False,
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
)
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2019.2.2",
"languageServerVersion": "0.1.80",
"publisher": "ms-python",
"author": {
Expand Down

0 comments on commit ed8e2c0

Please sign in to comment.