From 2ebfae9b4327c989880fe82dfb0bd03e645f2c8c Mon Sep 17 00:00:00 2001 From: Eleanor Boyd Date: Wed, 8 Jan 2025 13:34:18 -0800 Subject: [PATCH] remove commands for python.refreshTensorBoard and python.launchTensorBoard (#24702) --- package.json | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/package.json b/package.json index 72e05327d8d4..7f7df96289d7 100644 --- a/package.json +++ b/package.json @@ -1147,12 +1147,6 @@ "command": "python.execInInteractiveWindowEnter", "key": "enter", "when": "!config.interactiveWindow.executeWithShiftEnter && isCompositeNotebook && activeEditor == 'workbench.editor.interactive' && !inlineChatFocused && !notebookCellListFocused" - }, - { - "command": "python.refreshTensorBoard", - "key": "ctrl+r", - "mac": "cmd+r", - "when": "python.hasActiveTensorBoardSession" } ], "languages": [ @@ -1302,20 +1296,6 @@ "title": "%python.command.python.execInREPL.title%", "when": "false" }, - { - "category": "Python", - "command": "python.launchTensorBoard", - "title": "%python.command.python.launchTensorBoard.title%", - "when": "!virtualWorkspace && shellExecutionSupported && !python.tensorboardExtInstalled" - }, - { - "category": "Python", - "command": "python.refreshTensorBoard", - "enablement": "python.hasActiveTensorBoardSession", - "icon": "$(refresh)", - "title": "%python.command.python.refreshTensorBoard.title%", - "when": "!virtualWorkspace && shellExecutionSupported && !python.tensorboardExtInstalled" - }, { "category": "Python", "command": "python.reportIssue", @@ -1414,13 +1394,6 @@ "when": "editorFocus && editorLangId == python && !virtualWorkspace && shellExecutionSupported && config.python.REPL.sendToNativeREPL" } ], - "editor/title": [ - { - "command": "python.refreshTensorBoard", - "group": "navigation@0", - "when": "python.hasActiveTensorBoardSession && !virtualWorkspace && shellExecutionSupported" - } - ], "editor/title/run": [ { "command": "python.execInTerminal-icon",