mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Remove open notebook entry points (#8393)
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
"notebook/toolbar": [
|
"notebook/toolbar": [
|
||||||
{
|
{
|
||||||
"command": "agent.openNotebookDialog",
|
"command": "agent.openNotebookDialog",
|
||||||
"when": "providerId == sql && !agent:trackedTemplate"
|
"when": "false && providerId == sql && !agent:trackedTemplate"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "agent.reuploadTemplate",
|
"command": "agent.reuploadTemplate",
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
"explorer/context": [
|
"explorer/context": [
|
||||||
{
|
{
|
||||||
"command": "agent.openNotebookDialog",
|
"command": "agent.openNotebookDialog",
|
||||||
"when": "resourceExtname == .ipynb"
|
"when": "false && resourceExtname == .ipynb"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user