Update list of enabled APIs (#149838)

We use `notebookWorkspaceEdit` even though it's not enforced
This commit is contained in:
Matt Bierner
2022-05-18 10:39:40 -07:00
committed by GitHub
parent ca280a1685
commit ff975bc211

View File

@@ -9,7 +9,8 @@
"vscode": "^1.57.0"
},
"enabledApiProposals": [
"notebookEditor"
"notebookEditor",
"notebookWorkspaceEdit"
],
"activationEvents": [
"*"