Skip to content

Commit 7e645d0

Browse files
committed
rename continue command
1 parent 5e2e05b commit 7e645d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
"icon": "$(database)"
560560
},
561561
{
562-
"command": "vscode-db2i.jobManager.continue",
562+
"command": "vscode-db2i.jobManager.focusContinue",
563563
"title": "Register Continue Provider",
564564
"category": "Db2 for i",
565565
"icon": "$(star-full)"

src/views/jobManager/jobManagerView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export class JobManagerView implements TreeDataProvider<any> {
284284
await JobManager.endAll();
285285
this.refresh();
286286
}),
287-
vscode.commands.registerCommand(`vscode-db2i.jobManager.continue`, async () => {
287+
vscode.commands.registerCommand(`vscode-db2i.jobManager.focusContinue`, async () => {
288288
vscode.commands.executeCommand(`continue.focusContinueInput`);
289289
})
290290
)

0 commit comments

Comments
 (0)