Skip to content

Commit 7ae0594

Browse files
committed
Update change log
1 parent b19eb75 commit 7ae0594

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,18 @@
119119
([#8423](https://github.com/Microsoft/vscode-python/issues/8423))
120120
1. Export to python button is blue in native editor.
121121
([#8424](https://github.com/Microsoft/vscode-python/issues/8424))
122+
1. CTRL+Z is deleting cells. It should only undo changes inside of the code for a cell. 'Z' and 'SHIFT+Z' are for undoing/redoing cell adds/moves.
123+
([#7999](https://github.com/Microsoft/vscode-python/issues/7999))
124+
1. Ensure clicking `ctrl+s` in a new `notebook` prompts the user to select a file once instead of twice.
125+
([#8138](https://github.com/Microsoft/vscode-python/issues/8138))
126+
1. Creating a new blank notebook should not require a search for jupyter.
127+
([#8481](https://github.com/Microsoft/vscode-python/issues/8481))
128+
1. Arrowing up and down through cells can lose code that was just typed.
129+
([#8491](https://github.com/Microsoft/vscode-python/issues/8491))
130+
1. After pasting code, arrow keys don't navigate in a cell.
131+
([#8495](https://github.com/Microsoft/vscode-python/issues/8495))
132+
1. Typing 'z' in a cell causes the cell to disappear.
133+
([#8594](https://github.com/Microsoft/vscode-python/issues/8594))
122134

123135
### Code Health
124136

news/2 Fixes/7999.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/8138.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/8481.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/8491.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/8495.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/8594.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)