File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 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" : [
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments