From 58e9702d35e4ccaa9369ce2324a345fb0160ab68 Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Wed, 1 Jun 2022 12:20:05 -0700 Subject: [PATCH] fix #10253. Enable Export command in Notebook Toolbar (#10254) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54a7743d6f1..6e213a207be 100644 --- a/package.json +++ b/package.json @@ -340,7 +340,7 @@ "light": "resources/light/export_to_python.svg", "dark": "resources/dark/export_to_python.svg" }, - "enablement": "notebookType == jupyter-notebook && isWorkspaceTrusted && !jupyter.webExtension" + "enablement": "notebookType == jupyter-notebook && isWorkspaceTrusted && !jupyter.webExtension || notebookType == jupyter-notebook && isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//" }, { "command": "jupyter.export",