|
19 | 19 | "publisher": "ms-python",
|
20 | 20 | "enabledApiProposals": [
|
21 | 21 | "quickPickSortByLabel",
|
22 |
| - "testObserver", |
23 |
| - "telemetryLogger" |
| 22 | + "testObserver" |
24 | 23 | ],
|
25 | 24 | "author": {
|
26 | 25 | "name": "Microsoft Corporation"
|
|
41 | 40 | "theme": "dark"
|
42 | 41 | },
|
43 | 42 | "engines": {
|
44 |
| - "vscode": "^1.75.0-20230104" |
| 43 | + "vscode": "^1.75.0-20230123" |
45 | 44 | },
|
46 | 45 | "keywords": [
|
47 | 46 | "python",
|
|
64 | 63 | "onLanguage:python",
|
65 | 64 | "onDebugDynamicConfigurations:python",
|
66 | 65 | "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", |
80 | 66 | "onWalkthrough:pythonWelcome",
|
81 | 67 | "onWalkthrough:pythonWelcomeWithDS",
|
82 | 68 | "onWalkthrough:pythonDataScienceWelcome",
|
|
0 commit comments