Redirect vscode New Jupyter Notebook command (#24520)

This commit is contained in:
Cory Rivera
2023-09-27 13:25:49 -07:00
committed by GitHub
parent 131c288ab4
commit 12da714803
3 changed files with 35 additions and 17 deletions

View File

@@ -6,7 +6,8 @@
"version": "1.0.0",
"license": "MIT",
"engines": {
"vscode": "^1.57.0"
"vscode": "^1.57.0",
"azdata": "*"
},
"enabledApiProposals": [
"documentPaste",
@@ -14,7 +15,7 @@
"dropMetadata"
],
"activationEvents": [
"*"
"onNotebook:jupyter-notebook"
],
"extensionKind": [
"workspace",