mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Cell attachment cleanup tool improvement in diff editor (#161132)
* Move attachment out of custom metadata, prep for attachment clean up in diff editor * recover attachments from dirty notebook document * Allow metadata to be restored when content changed/reverted in nb diff editor
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"vscode": "^1.57.0"
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"documentPaste"
|
||||
"documentPaste",
|
||||
"diffContentOptions"
|
||||
],
|
||||
"activationEvents": [
|
||||
"*"
|
||||
|
||||
Reference in New Issue
Block a user