mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Update list of enabled APIs (#149838)
We use `notebookWorkspaceEdit` even though it's not enforced
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"vscode": "^1.57.0"
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"notebookEditor"
|
||||
"notebookEditor",
|
||||
"notebookWorkspaceEdit"
|
||||
],
|
||||
"activationEvents": [
|
||||
"*"
|
||||
|
||||
Reference in New Issue
Block a user