mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Redirect vscode New Jupyter Notebook command (#24520)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user