Skip to content

Commit d7518b8

Browse files
committed
Port custom editor changes to release branch (#12222)
* Implement the changes necessary to use the new custom editor (#12188) * Turn on custom editor again * Fix copy problem * Fix copy problem again * Get undo/redo to work * Some fixes for synching more than one editor * Fix untitled. Fix timeouts * fix command manager to not be used. Not necessary with temp path. fix delete/insert commands to undo properly * Fix functional test * Add experiment * Since package json is enabling proposed api, turn of notebooks with experiment * Turn off proposed api * Upgrade VS code to 1.45 so can use new api outside of insiders * Update package.json dynamically * Fix merge code to handle arrays * Fix unit tests. Backup happens at the provider level now * Fix hygiene * Fix untitled to work for old provider too * Some feedback and attempt to fix URI problem on linux/mac * Review feedback * Update changelog * Remove news entry
1 parent 5b55c59 commit d7518b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2020.6.0-rc (8 June 2020)
3+
## 2020.6.0-rc (15 June 2020)
44

55
### Enhancements
66

@@ -10,6 +10,8 @@
1010
([#11057](https://github.com/Microsoft/vscode-python/issues/11057))
1111
1. Preliminary support using other languages for the kernel.
1212
([#11919](https://github.com/Microsoft/vscode-python/issues/11919))
13+
1. Enable the use of the custom editor for native notebooks.
14+
([#10744](https://github.com/Microsoft/vscode-python/issues/10744))
1315

1416
### Fixes
1517

0 commit comments

Comments
 (0)