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 1147
1147
"command" : " python.execInInteractiveWindowEnter" ,
1148
1148
"key" : " enter" ,
1149
1149
"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"
1156
1150
}
1157
1151
],
1158
1152
"languages" : [
1302
1296
"title" : " %python.command.python.execInREPL.title%" ,
1303
1297
"when" : " false"
1304
1298
},
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
- },
1319
1299
{
1320
1300
"category" : " Python" ,
1321
1301
"command" : " python.reportIssue" ,
1414
1394
"when" : " editorFocus && editorLangId == python && !virtualWorkspace && shellExecutionSupported && config.python.REPL.sendToNativeREPL"
1415
1395
}
1416
1396
],
1417
- "editor/title" : [
1418
- {
1419
- "command" : " python.refreshTensorBoard" ,
1420
- "group" : " navigation@0" ,
1421
- "when" : " python.hasActiveTensorBoardSession && !virtualWorkspace && shellExecutionSupported"
1422
- }
1423
- ],
1424
1397
"editor/title/run" : [
1425
1398
{
1426
1399
"command" : " python.execInTerminal-icon" ,
You can’t perform that action at this time.
0 commit comments