Skip to content

Commit 77d7a66

Browse files
eleanorjboydanthonykim1
authored andcommitted
remove commands for python.refreshTensorBoard and python.launchTensorBoard (microsoft#24702)
1 parent 9c51576 commit 77d7a66

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

package.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,12 +1147,6 @@
11471147
"command": "python.execInInteractiveWindowEnter",
11481148
"key": "enter",
11491149
"when": "!config.interactiveWindow.executeWithShiftEnter && isCompositeNotebook && activeEditor == 'workbench.editor.interactive' && !inlineChatFocused && !notebookCellListFocused"
1150-
},
1151-
{
1152-
"command": "python.refreshTensorBoard",
1153-
"key": "ctrl+r",
1154-
"mac": "cmd+r",
1155-
"when": "python.hasActiveTensorBoardSession"
11561150
}
11571151
],
11581152
"languages": [
@@ -1302,20 +1296,6 @@
13021296
"title": "%python.command.python.execInREPL.title%",
13031297
"when": "false"
13041298
},
1305-
{
1306-
"category": "Python",
1307-
"command": "python.launchTensorBoard",
1308-
"title": "%python.command.python.launchTensorBoard.title%",
1309-
"when": "!virtualWorkspace && shellExecutionSupported && !python.tensorboardExtInstalled"
1310-
},
1311-
{
1312-
"category": "Python",
1313-
"command": "python.refreshTensorBoard",
1314-
"enablement": "python.hasActiveTensorBoardSession",
1315-
"icon": "$(refresh)",
1316-
"title": "%python.command.python.refreshTensorBoard.title%",
1317-
"when": "!virtualWorkspace && shellExecutionSupported && !python.tensorboardExtInstalled"
1318-
},
13191299
{
13201300
"category": "Python",
13211301
"command": "python.reportIssue",
@@ -1414,13 +1394,6 @@
14141394
"when": "editorFocus && editorLangId == python && !virtualWorkspace && shellExecutionSupported && config.python.REPL.sendToNativeREPL"
14151395
}
14161396
],
1417-
"editor/title": [
1418-
{
1419-
"command": "python.refreshTensorBoard",
1420-
"group": "navigation@0",
1421-
"when": "python.hasActiveTensorBoardSession && !virtualWorkspace && shellExecutionSupported"
1422-
}
1423-
],
14241397
"editor/title/run": [
14251398
{
14261399
"command": "python.execInTerminal-icon",

0 commit comments

Comments
 (0)