|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 2020.7.0-rc (8 July 2020) |
| 3 | +## 2020.7.0 (15 July 2020) |
4 | 4 |
|
5 | 5 | ### Enhancements
|
6 | 6 |
|
|
9 | 9 | ([#9679](https://github.com/Microsoft/vscode-python/issues/9679))
|
10 | 10 | 1. Added "argsExpansion" to debugpy launch.json schema.
|
11 | 11 | ([#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) |
| 12 | +1. The extension will now automatically load if a `pyproject.toml` file is present in the workspace root directory. |
| 13 | + (thanks [Brandon White](https://github.com/BrandonLWhite)) |
13 | 14 | ([#12056](https://github.com/Microsoft/vscode-python/issues/12056))
|
14 | 15 | 1. Add ability to check and update whether a notebook is trusted.
|
15 | 16 | ([#12146](https://github.com/Microsoft/vscode-python/issues/12146))
|
|
29 | 30 | ([#12611](https://github.com/Microsoft/vscode-python/issues/12611))
|
30 | 31 | 1. Include the JUPYTER_PATH environment variable when searching the disk for kernels.
|
31 | 32 | ([#12694](https://github.com/Microsoft/vscode-python/issues/12694))
|
32 |
| -1. Added exporting to python, HTML and PDF from the interative window. |
| 33 | +1. Added exporting to python, HTML and PDF from the interactive window. |
33 | 34 | ([#12732](https://github.com/Microsoft/vscode-python/issues/12732))
|
34 | 35 | 1. Show a prompt asking user to upgrade Code runner to new version to keep using it when in Deprecate PythonPath experiment.
|
35 | 36 | ([#12764](https://github.com/Microsoft/vscode-python/issues/12764))
|
36 | 37 | 1. Opening notebooks in the preview Notebook editor for [Visual Studio Code Insiders](https://code.visualstudio.com/insiders/).
|
37 |
| - * Install Python extension in the latest [Visual Studio Code Insiders](https://code.visualstudio.com/insiders/). |
38 |
| - * Wait for `Python Extension` to get activated (e.g. open a `Python` file). |
39 |
| - * Right click on an `*.ipynb (Jupyter Notebook)` file and select `Open in preview Notebook Editor`. |
40 | 38 | ([#10496](https://github.com/Microsoft/vscode-python/issues/10496))
|
41 | 39 |
|
42 | 40 | ### Fixes
|
|
45 | 43 | ([#10579](https://github.com/Microsoft/vscode-python/issues/10579))
|
46 | 44 | 1. Provided a method for external partners to participate in jupyter server URI picking/authentication.
|
47 | 45 | ([#10993](https://github.com/Microsoft/vscode-python/issues/10993))
|
| 46 | +1. Check for hideFromUser before activating current terminal. |
| 47 | + ([#11122](https://github.com/Microsoft/vscode-python/issues/11122)) |
48 | 48 | 1. In Markdown cells, turn HTML links to markdown links so that nteract renders them.
|
49 | 49 | ([#11254](https://github.com/Microsoft/vscode-python/issues/11254))
|
50 | 50 | 1. Prevent incorrect ipywidget display (double plots) due to synchronization issues.
|
|
0 commit comments