|
88 | 88 | "onCommand:python.switchToDailyChannel", |
89 | 89 | "onCommand:python.switchToWeeklyChannel", |
90 | 90 | "onCommand:python.clearWorkspaceInterpreter", |
91 | | - "onCommand:python.startPage.open", |
92 | 91 | "onCommand:python.enableSourceMapSupport", |
93 | 92 | "onCommand:python.launchTensorBoard", |
94 | 93 | "onCommand:python.clearPersistentStorage", |
|
481 | 480 | "command": "python.sortImports", |
482 | 481 | "title": "%python.command.python.sortImports.title%" |
483 | 482 | }, |
484 | | - { |
485 | | - "category": "Python", |
486 | | - "command": "python.startPage.open", |
487 | | - "title": "%python.command.python.startPage.open.title%" |
488 | | - }, |
489 | 483 | { |
490 | 484 | "category": "Python", |
491 | 485 | "command": "python.startREPL", |
|
1224 | 1218 | "scope": "resource", |
1225 | 1219 | "type": "string" |
1226 | 1220 | }, |
1227 | | - "python.showStartPage": { |
1228 | | - "default": true, |
1229 | | - "description": "Show the Python Start Page when a new update is released.", |
1230 | | - "scope": "application", |
1231 | | - "type": "boolean" |
1232 | | - }, |
1233 | 1221 | "python.sortImports.args": { |
1234 | 1222 | "default": [], |
1235 | 1223 | "description": "Arguments passed in. Each argument is a separate item in the array.", |
|
1954 | 1942 | "title": "Run", |
1955 | 1943 | "when": "config.noExists" |
1956 | 1944 | }, |
1957 | | - { |
1958 | | - "category": "Python", |
1959 | | - "command": "python.startPage.open", |
1960 | | - "title": "%python.command.python.startPage.open.title%" |
1961 | | - }, |
1962 | 1945 | { |
1963 | 1946 | "category": "Python", |
1964 | 1947 | "command": "python.stopTests", |
|
0 commit comments