Skip to content

Commit 34414c8

Browse files
Remove telemetry proposal + implicit activations (#20542)
Removes the telemetryLogger proposal as it is finalized. Also removes the command activation events as vscode now automatically generates though so that information is redudant. Co-authored-by: Brett Cannon <[email protected]>
1 parent fe40195 commit 34414c8

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

package.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"publisher": "ms-python",
2020
"enabledApiProposals": [
2121
"quickPickSortByLabel",
22-
"testObserver",
23-
"telemetryLogger"
22+
"testObserver"
2423
],
2524
"author": {
2625
"name": "Microsoft Corporation"
@@ -41,7 +40,7 @@
4140
"theme": "dark"
4241
},
4342
"engines": {
44-
"vscode": "^1.75.0-20230104"
43+
"vscode": "^1.75.0-20230123"
4544
},
4645
"keywords": [
4746
"python",
@@ -64,19 +63,6 @@
6463
"onLanguage:python",
6564
"onDebugDynamicConfigurations:python",
6665
"onDebugResolve:python",
67-
"onCommand:python.setInterpreter",
68-
"onCommand:python.viewLanguageServerOutput",
69-
"onCommand:python.viewOutput",
70-
"onCommand:python.startREPL",
71-
"onCommand:python.createTerminal",
72-
"onCommand:python.configureTests",
73-
"onCommand:python.enableSourceMapSupport",
74-
"onCommand:python.launchTensorBoard",
75-
"onCommand:python.clearCacheAndReload",
76-
"onCommand:python.createEnvironment",
77-
"onCommand:python.createNewFile",
78-
"onCommand:python.refreshTensorBoard",
79-
"onCommand:testing.reRunFailTests",
8066
"onWalkthrough:pythonWelcome",
8167
"onWalkthrough:pythonWelcomeWithDS",
8268
"onWalkthrough:pythonDataScienceWelcome",

0 commit comments

Comments
 (0)