From 92c1edbec2d8503d8304b003d619468e8159ac71 Mon Sep 17 00:00:00 2001 From: TheRealChssAddct Date: Thu, 16 Feb 2023 11:21:45 -0700 Subject: [PATCH] remove activationEvents not handled by our version of theia --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 399be812f06e..7cae3f171846 100644 --- a/package.json +++ b/package.json @@ -61,11 +61,7 @@ "activationEvents": [ "onDebugInitialConfigurations", "onLanguage:python", - "onDebugDynamicConfigurations:python", "onDebugResolve:python", - "onWalkthrough:pythonWelcome", - "onWalkthrough:pythonWelcomeWithDS", - "onWalkthrough:pythonDataScienceWelcome", "workspaceContains:mspythonconfig.json", "workspaceContains:pyproject.toml", "workspaceContains:Pipfile",