Skip to content

Commit 3d2e20a

Browse files
authored
Update CHANGELOG.md
1 parent 4d8e792 commit 3d2e20a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
1. Ensure widgets using IPyWidgets 8.0 get rendered correctly.
88
([#8552](https://github.com/Microsoft/vscode-jupyter/issues/8552))
9-
1. Display a meaningful message in the cell that last ran when the kernel crashes.
9+
1. Display a meaningful message in the cell that last ran when the kernel crashed.
1010
([#9375](https://github.com/Microsoft/vscode-jupyter/issues/9375))
1111
1. Add support for connecting to remote jupyter kernels from the web extension. The server needs to start with '--NotebookApp.allow*origin=\_baseurl*' in order to connect from a webpage.
1212
([#9663](https://github.com/Microsoft/vscode-jupyter/issues/9663))
1313

1414
### Fixes
1515

16-
1. Don't append another cell to a python file when the cell was empty
16+
1. Don't append another cell to a python file when the cell was empty.
1717
([#9452](https://github.com/Microsoft/vscode-jupyter/issues/9452))
1818
1. Mark cell as not executing when dismissing the prompt to restart a dead kernel.
1919
([#9538](https://github.com/Microsoft/vscode-jupyter/issues/9538))
@@ -62,7 +62,7 @@
6262
([#9596](https://github.com/Microsoft/vscode-jupyter/issues/9596))
6363
1. Switch to using URIs wherever possible instead of strings for file paths.
6464
([#9599](https://github.com/Microsoft/vscode-jupyter/issues/9599))
65-
1. Remove usage of textDocumentNotebook proposed API that was unnecessary
65+
1. Remove usage of textDocumentNotebook proposed API that was unnecessary.
6666
([#9679](https://github.com/Microsoft/vscode-jupyter/issues/9679))
6767
1. Skip logging the entire server settings.
6868
([#9791](https://github.com/Microsoft/vscode-jupyter/issues/9791))

0 commit comments

Comments
 (0)