File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 559
559
"icon" : " $(database)"
560
560
},
561
561
{
562
- "command" : " vscode-db2i.jobManager.continue " ,
562
+ "command" : " vscode-db2i.jobManager.focusContinue " ,
563
563
"title" : " Register Continue Provider" ,
564
564
"category" : " Db2 for i" ,
565
565
"icon" : " $(star-full)"
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ export class JobManagerView implements TreeDataProvider<any> {
284
284
await JobManager . endAll ( ) ;
285
285
this . refresh ( ) ;
286
286
} ) ,
287
- vscode . commands . registerCommand ( `vscode-db2i.jobManager.continue ` , async ( ) => {
287
+ vscode . commands . registerCommand ( `vscode-db2i.jobManager.focusContinue ` , async ( ) => {
288
288
vscode . commands . executeCommand ( `continue.focusContinueInput` ) ;
289
289
} )
290
290
)
You can’t perform that action at this time.
0 commit comments