|
327 | 327 | "icon": "$(refresh)", |
328 | 328 | "title": "%python.command.python.refreshTensorBoard.title%" |
329 | 329 | }, |
330 | | - { |
331 | | - "category": "Test", |
332 | | - "command": "python.refreshTests", |
333 | | - "icon": "$(refresh)", |
334 | | - "title": "%python.command.python.refreshTests.title%" |
335 | | - }, |
336 | | - { |
337 | | - "category": "Test", |
338 | | - "command": "python.refreshingTests", |
339 | | - "icon": { |
340 | | - "dark": "resources/dark/discovering-tests.svg", |
341 | | - "light": "resources/light/discovering-tests.svg" |
342 | | - }, |
343 | | - "title": "%python.command.python.refreshingTests.title%" |
344 | | - }, |
345 | | - { |
346 | | - "category": "Test", |
347 | | - "command": "python.stopRefreshingTests", |
348 | | - "icon": "$(beaker-stop)", |
349 | | - "title": "%python.command.python.stopRefreshingTests.title%" |
350 | | - }, |
351 | 330 | { |
352 | 331 | "category": "Python", |
353 | 332 | "command": "python.reportIssue", |
|
1607 | 1586 | "title": "%python.command.python.refreshTensorBoard.title%", |
1608 | 1587 | "when": "!virtualWorkspace && shellExecutionSupported" |
1609 | 1588 | }, |
1610 | | - { |
1611 | | - "category": "Test", |
1612 | | - "command": "python.refreshTests", |
1613 | | - "icon": "$(refresh)", |
1614 | | - "title": "%python.command.python.refreshTests.title%", |
1615 | | - "when": "!virtualWorkspace && shellExecutionSupported" |
1616 | | - }, |
1617 | | - { |
1618 | | - "category": "Test", |
1619 | | - "command": "python.refreshingTests", |
1620 | | - "icon": { |
1621 | | - "dark": "resources/dark/discovering-tests.svg", |
1622 | | - "light": "resources/light/discovering-tests.svg" |
1623 | | - }, |
1624 | | - "title": "%python.command.python.refreshingTests.title%", |
1625 | | - "when": "!virtualWorkspace && shellExecutionSupported" |
1626 | | - }, |
1627 | | - { |
1628 | | - "category": "Test", |
1629 | | - "command": "python.stopRefreshingTests", |
1630 | | - "icon": "$(beaker-stop)", |
1631 | | - "title": "%python.command.python.stopRefreshingTests.title%", |
1632 | | - "when": "!virtualWorkspace && shellExecutionSupported" |
1633 | | - }, |
1634 | 1589 | { |
1635 | 1590 | "category": "Python", |
1636 | 1591 | "command": "python.reportIssue", |
|
1747 | 1702 | } |
1748 | 1703 | ], |
1749 | 1704 | "view/title": [ |
1750 | | - { |
1751 | | - "command": "python.refreshTests", |
1752 | | - "when": "view == workbench.view.testing && !refreshingTests && !virtualWorkspace && shellExecutionSupported", |
1753 | | - "group": "navigation@0" |
1754 | | - }, |
1755 | | - { |
1756 | | - "command": "python.refreshingTests", |
1757 | | - "when": "view == workbench.view.testing && refreshingTests && !virtualWorkspace && shellExecutionSupported", |
1758 | | - "group": "navigation@0" |
1759 | | - }, |
1760 | | - { |
1761 | | - "command": "python.stopRefreshingTests", |
1762 | | - "when": "view == workbench.view.testing && refreshingTests && !virtualWorkspace && shellExecutionSupported", |
1763 | | - "group": "navigation@0" |
1764 | | - }, |
1765 | 1705 | { |
1766 | 1706 | "command": "testing.reRunFailTests", |
1767 | 1707 | "when": "view == workbench.view.testing && hasFailedTests && !virtualWorkspace && shellExecutionSupported", |
|
0 commit comments