Remove open notebook entry points (#8393)

This commit is contained in:
Chris LaFreniere
2019-11-20 13:46:03 -08:00
committed by GitHub
parent 164ec41fb1
commit 7e553031ce

View File

@@ -62,7 +62,7 @@
"notebook/toolbar": [
{
"command": "agent.openNotebookDialog",
"when": "providerId == sql && !agent:trackedTemplate"
"when": "false && providerId == sql && !agent:trackedTemplate"
},
{
"command": "agent.reuploadTemplate",
@@ -72,7 +72,7 @@
"explorer/context": [
{
"command": "agent.openNotebookDialog",
"when": "resourceExtname == .ipynb"
"when": "false && resourceExtname == .ipynb"
}
]
}