Skip to content

Commit

Permalink
remove commands for python.refreshTensorBoard and python.launchTensor…
Browse files Browse the repository at this point in the history
…Board (#24702)
  • Loading branch information
eleanorjboyd authored Jan 8, 2025
1 parent 520f396 commit 2ebfae9
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2ebfae9

Please sign in to comment.