From 835b68a905e8bdcb27288ffd6bd055a0ea516bc4 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Tue, 29 Sep 2020 09:07:44 -0700 Subject: [PATCH] Change name of event used to activate extension --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 041efbadfd50..e40454158f09 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "onCommand:python.datascience.selectJupyterInterpreter", "onCommand:python.datascience.selectjupytercommandline", "onCommand:python.enableSourceMapSupport", - "onNotebookEditor:jupyter-notebook", + "onNotebook:jupyter-notebook", "workspaceContains:mspythonconfig.json", "workspaceContains:pyproject.toml", "onCustomEditor:ms-python.python.notebook.ipynb"