Open books in VS Code notebooks if the setting is enabled. (#22031)

This commit is contained in:
Cory Rivera
2023-02-27 11:54:35 -08:00
committed by GitHub
parent dbd1c1b5b3
commit 73f00b63ce
3 changed files with 28 additions and 8 deletions

View File

@@ -19,6 +19,9 @@
"supported": true
}
},
"enabledApiProposals": [
"notebookEditor"
],
"contributes": {
"configuration": {
"type": "object",