|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 2020.7.0-rc (8 July 2020) |
| 3 | +## 2020.7.1 (22 July 2020) |
| 4 | + |
| 5 | +1. Fix language server setting when provided an invalid value, send config event more consistently. |
| 6 | + ([#13064](https://github.com/Microsoft/vscode-python/pull/13064)) |
| 7 | +1. Add banner for pylance, and remove old LS experiment. |
| 8 | + ([#12817](https://github.com/microsoft/vscode-python/pull/12817)) |
| 9 | + |
| 10 | +## 2020.7.0 (16 July 2020) |
4 | 11 |
|
5 | 12 | ### Enhancements
|
6 | 13 |
|
|
9 | 16 | ([#9679](https://github.com/Microsoft/vscode-python/issues/9679))
|
10 | 17 | 1. Added "argsExpansion" to debugpy launch.json schema.
|
11 | 18 | ([#11678](https://github.com/Microsoft/vscode-python/issues/11678))
|
12 |
| -1. The extension will now automatically load if a `pyproject.toml` file is present in the workspace root directory. (@BrandonLWhite) |
| 19 | +1. The extension will now automatically load if a `pyproject.toml` file is present in the workspace root directory. |
| 20 | + (thanks [Brandon White](https://github.com/BrandonLWhite)) |
13 | 21 | ([#12056](https://github.com/Microsoft/vscode-python/issues/12056))
|
14 | 22 | 1. Add ability to check and update whether a notebook is trusted.
|
15 | 23 | ([#12146](https://github.com/Microsoft/vscode-python/issues/12146))
|
|
29 | 37 | ([#12611](https://github.com/Microsoft/vscode-python/issues/12611))
|
30 | 38 | 1. Include the JUPYTER_PATH environment variable when searching the disk for kernels.
|
31 | 39 | ([#12694](https://github.com/Microsoft/vscode-python/issues/12694))
|
32 |
| -1. Added exporting to python, HTML and PDF from the interative window. |
| 40 | +1. Added exporting to python, HTML and PDF from the interactive window. |
33 | 41 | ([#12732](https://github.com/Microsoft/vscode-python/issues/12732))
|
34 | 42 | 1. Show a prompt asking user to upgrade Code runner to new version to keep using it when in Deprecate PythonPath experiment.
|
35 | 43 | ([#12764](https://github.com/Microsoft/vscode-python/issues/12764))
|
| 44 | +1. Opening notebooks in the preview Notebook editor for [Visual Studio Code Insiders](https://code.visualstudio.com/insiders/). |
| 45 | + ([#10496](https://github.com/Microsoft/vscode-python/issues/10496)) |
36 | 46 |
|
37 | 47 | ### Fixes
|
38 | 48 |
|
39 | 49 | 1. Ensure we only have a single isort process running on a single file.
|
40 | 50 | ([#10579](https://github.com/Microsoft/vscode-python/issues/10579))
|
41 | 51 | 1. Provided a method for external partners to participate in jupyter server URI picking/authentication.
|
42 | 52 | ([#10993](https://github.com/Microsoft/vscode-python/issues/10993))
|
| 53 | +1. Check for hideFromUser before activating current terminal. |
| 54 | + ([#11122](https://github.com/Microsoft/vscode-python/issues/11122)) |
43 | 55 | 1. In Markdown cells, turn HTML links to markdown links so that nteract renders them.
|
44 | 56 | ([#11254](https://github.com/Microsoft/vscode-python/issues/11254))
|
45 | 57 | 1. Prevent incorrect ipywidget display (double plots) due to synchronization issues.
|
|
85 | 97 | ([#12588](https://github.com/Microsoft/vscode-python/issues/12588))
|
86 | 98 | 1. Open variable explorer when opening variable explorer during debugging.
|
87 | 99 | ([#12773](https://github.com/Microsoft/vscode-python/issues/12773))
|
| 100 | +1. Use the given interpreter for launching the non-daemon python |
| 101 | + ([#12821](https://github.com/Microsoft/vscode-python/issues/12821)) |
| 102 | +1. Correct the color of the 'Collapse All' button in the Interactive Window |
| 103 | + ([#12838](https://github.com/microsoft/vscode-python/issues/12838)) |
88 | 104 |
|
89 | 105 | ### Code Health
|
90 | 106 |
|
|
115 | 131 | ([#12656](https://github.com/Microsoft/vscode-python/issues/12656))
|
116 | 132 | 1. Add more telemetry for "Select Interpreter" command.
|
117 | 133 | ([#12722](https://github.com/Microsoft/vscode-python/issues/12722))
|
| 134 | +1. Add tests for trusted notebooks. |
| 135 | + ([#12554](https://github.com/Microsoft/vscode-python/issues/12554)) |
| 136 | +1. Update categories in `package.json`. |
| 137 | + ([#12844](https://github.com/Microsoft/vscode-python/issues/12844)) |
118 | 138 |
|
119 | 139 | ### Thanks
|
120 | 140 |
|
|
0 commit comments