Skip to content

Commit 1edd99d

Browse files
authored
Merge march release into master (#5021)
For #5006
1 parent 17c2c7f commit 1edd99d

20 files changed

Lines changed: 1094 additions & 3303 deletions

File tree

CHANGELOG.md

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

33

4-
## 2019.3.0-rc (19 March 2019)
4+
## 2019.3.1 (28 March 2019)
5+
6+
### Enhancements
7+
8+
1. Use the download same logic for `stable` channel of the `Language Server` as that in `beta`.
9+
([#4960](https://github.com/Microsoft/vscode-python/issues/4960))
10+
11+
### Code Health
12+
13+
1. Capture telemetry when tests are disabled..
14+
([#4801](https://github.com/Microsoft/vscode-python/issues/4801))
15+
16+
## 2019.3.6139 (26 March 2019)
517

618
### Enhancements
719

@@ -34,6 +46,11 @@
3446
([#4718](https://github.com/Microsoft/vscode-python/issues/4718))
3547
1. Update status of test suite when all tests pass
3648
([#4727](https://github.com/Microsoft/vscode-python/issues/4727))
49+
1. Add button to ignore the message warning about the use of the macOS system install of Python.
50+
(thanks [Alina Lobastova](https://github.com/alina7091))
51+
([#4448](https://github.com/Microsoft/vscode-python/issues/4448))
52+
1. Add "Run In Interactive" command to run the contents of a file not cell by cell. Group data science context commands in one group. Add run file command to explorer context menu.
53+
([#4855](https://github.com/Microsoft/vscode-python/issues/4855))
3754

3855
### Fixes
3956

@@ -79,6 +96,25 @@
7996
([#4743](https://github.com/Microsoft/vscode-python/issues/4743))
8097
1. Perform case insensitive comparison of Python Environment paths
8198
([#4797](https://github.com/Microsoft/vscode-python/issues/4797))
99+
1. Ensure `Jedi` uses the currently selected intepreter.
100+
(thanks [Selim Belhaouane](https://github.com/selimb))
101+
([#4687](https://github.com/Microsoft/vscode-python/issues/4687))
102+
1. Multiline comments with text on the first line break Python Interactive window execution.
103+
([#4791](https://github.com/Microsoft/vscode-python/issues/4791))
104+
1. Fix status bar when using Live Share or just starting the Python Interactive window.
105+
([#4853](https://github.com/Microsoft/vscode-python/issues/4853))
106+
1. Change the names of our "Run All Cells Above" and "Run Cell and All Below" commands to be more concise
107+
([#4876](https://github.com/Microsoft/vscode-python/issues/4876))
108+
1. Ensure the `Python` output panel does not steal focus when there errors in the `Language Server`.
109+
([#4868](https://github.com/Microsoft/vscode-python/issues/4868))
110+
1. Update ptvsd to [4.2.5](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.5).
111+
([#4932](https://github.com/Microsoft/vscode-python/issues/4932))
112+
* Fix issues with django and jinja2 exceptions.
113+
* Detaching sometimes throws ValueError.
114+
* StackTrace request respecting just-my-code.
115+
* Don't give error redirecting output with pythonw.
116+
* Fix for stop on entry issue.
117+
1. Update the Python language server to 0.2.31.
82118

83119
### Code Health
84120

@@ -119,6 +155,8 @@
119155
([#4757](https://github.com/Microsoft/vscode-python/issues/4757))
120156
1. Make cancel test and server cache test more robust
121157
([#4818](https://github.com/Microsoft/vscode-python/issues/4818))
158+
1. Generalize code used to parse Test results service
159+
([#4796](https://github.com/Microsoft/vscode-python/issues/4796))
122160

123161
### Thanks
124162

ThirdPartyNotices-Distribution.txt

Lines changed: 403 additions & 2610 deletions
Large diffs are not rendered by default.

news/1 Enhancements/4448.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/1 Enhancements/4796.md

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

news/1 Enhancements/4855.md

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

news/1 Enhancements/4960.md

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

news/2 Fixes/4687.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/2 Fixes/4791.md

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

news/2 Fixes/4853.md

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

news/2 Fixes/4868.md

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

0 commit comments

Comments
 (0)