diff --git a/package.json b/package.json index fe19d62deeef..472163854872 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,7 @@ "publisher": "ms-python", "enabledApiProposals": [ "quickPickSortByLabel", - "testObserver", - "telemetryLogger" + "testObserver" ], "author": { "name": "Microsoft Corporation" @@ -41,7 +40,7 @@ "theme": "dark" }, "engines": { - "vscode": "^1.75.0-20230104" + "vscode": "^1.75.0-20230123" }, "keywords": [ "python", @@ -64,19 +63,6 @@ "onLanguage:python", "onDebugDynamicConfigurations:python", "onDebugResolve:python", - "onCommand:python.setInterpreter", - "onCommand:python.viewLanguageServerOutput", - "onCommand:python.viewOutput", - "onCommand:python.startREPL", - "onCommand:python.createTerminal", - "onCommand:python.configureTests", - "onCommand:python.enableSourceMapSupport", - "onCommand:python.launchTensorBoard", - "onCommand:python.clearCacheAndReload", - "onCommand:python.createEnvironment", - "onCommand:python.createNewFile", - "onCommand:python.refreshTensorBoard", - "onCommand:testing.reRunFailTests", "onWalkthrough:pythonWelcome", "onWalkthrough:pythonWelcomeWithDS", "onWalkthrough:pythonDataScienceWelcome",