|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2022.9.100 (4 October 2022) |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +1. Add code folding regions for `# %%` cells within python files. |
| 8 | + ([#1527](https://github.com/Microsoft/vscode-jupyter/issues/1527)) |
| 9 | +2. Deleting a cell in the interactive window is now an undo-able operation. |
| 10 | + ([#7756](https://github.com/Microsoft/vscode-jupyter/issues/7756)) |
| 11 | +3. Add cell tag and slideshow editing support. |
| 12 | + ([#1121](https://github.com/microsoft/vscode-jupyter/issues/1121)) |
| 13 | + |
| 14 | +### Fixes |
| 15 | + |
| 16 | +1. The cell scrolled to will be selected after using the go to cell code lens. |
| 17 | + ([#7687](https://github.com/Microsoft/vscode-jupyter/issues/7687)) |
| 18 | +1. Make sure the "Install Python" and "Install Python Extension" commands only show up after we have loaded our controllers. |
| 19 | + ([#10960](https://github.com/Microsoft/vscode-jupyter/issues/10960)) |
| 20 | +1. Ensure the cache of kernels is not updated when kernel discovery ends midway. |
| 21 | + ([#11240](https://github.com/Microsoft/vscode-jupyter/issues/11240)) |
| 22 | +1. Don't show unclickable links when failing to connect to a jupyter server in the web extension. |
| 23 | + ([#11285](https://github.com/Microsoft/vscode-jupyter/issues/11285)) |
| 24 | + |
| 25 | +### Code Health |
| 26 | + |
| 27 | +1. Removed delayed scrolling reveal in the interactive window now that core does auto-scrolling. |
| 28 | + ([#7686](https://github.com/Microsoft/vscode-jupyter/issues/7686)) |
| 29 | +1. Ignore errors when disposing a kernel. |
| 30 | + ([#11304](https://github.com/Microsoft/vscode-jupyter/issues/11304)) |
| 31 | + |
| 32 | +### Thanks |
| 33 | + |
| 34 | +Thanks to the following projects which we fully rely on to provide some of |
| 35 | +our features: |
| 36 | + |
| 37 | +- [Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) |
| 38 | +- [debugpy](https://pypi.org/project/debugpy/) |
| 39 | + |
| 40 | +Also thanks to the various projects we provide integrations with which help |
| 41 | +make this extension useful: |
| 42 | + |
| 43 | +- [Jupyter](https://jupyter.org/): |
| 44 | + [Notebooks](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest), |
| 45 | + [JupyterHub](https://jupyterhub.readthedocs.io/en/stable/), |
| 46 | + [ipywidgets](https://ipywidgets.readthedocs.io/en/latest/), |
| 47 | + [nbconvert](https://nbconvert.readthedocs.io/en/latest/) |
| 48 | + |
3 | 49 | ## 2022.8.100 (30 August 2022) |
4 | 50 |
|
5 | 51 | ### Fixes |
|
0 commit comments