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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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