Skip to content

Commit 2c47fba

Browse files
authored
Update change log from release branch (#6956)
1 parent 84b25ec commit 2c47fba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
### Fixes
1111

12+
1. Restore plotviewer in Native Notebooks.
13+
([#6315](https://github.com/Microsoft/vscode-jupyter/issues/6315))
14+
1. Fix debugging in `Interactive Window` when using `IPyKernel 6`.
15+
([#6534](https://github.com/Microsoft/vscode-jupyter/issues/6534))
1216
1. Add a placeholder `Python 3` kernel if user doesn't have any Python interpreters, with ability to notify user to install Python extenssion or Python runtime.
1317
([#5864](https://github.com/Microsoft/vscode-jupyter/issues/5864))
1418
1. Fixes to completion items received from Jupyter.
@@ -17,14 +21,10 @@
1721
([#5996](https://github.com/Microsoft/vscode-jupyter/issues/5996))
1822
1. Remove popup tip that indicates to users the kernel picker is in the bottom right.
1923
([#6016](https://github.com/Microsoft/vscode-jupyter/issues/6016))
20-
1. Restore plotviewer in Native Notebooks.
21-
([#6315](https://github.com/Microsoft/vscode-jupyter/issues/6315))
2224
1. Ensure Pyspark kernels are listed.
2325
([#6316](https://github.com/Microsoft/vscode-jupyter/issues/6316))
2426
1. Fix problem where the active interpreter is not being used for the interactive window when not running with raw kernel.
2527
([#6409](https://github.com/Microsoft/vscode-jupyter/issues/6409))
26-
1. Fix debugging in `Interactive Window` when using `IPyKernel 6`.
27-
([#6534](https://github.com/Microsoft/vscode-jupyter/issues/6534))
2828
1. `Ctrl+Enter` in native notebooks should put cell into command mode immediately, then run the cell.
2929
([#6582](https://github.com/Microsoft/vscode-jupyter/issues/6582))
3030
1. List non-traditional (not using `ipykernel`) global Python kernelspecs.

0 commit comments

Comments
 (0)