Skip to content

Commit 99965dd

Browse files
committed
fix: add gotoSource argument
1 parent b267d16 commit 99965dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/actions/globalActions.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,14 @@ export function loadGlobalActions(action: ActionExplorer) {
338338
}
339339
},
340340
'go to source',
341+
{
342+
args: [
343+
{
344+
name: 'source name',
345+
description: 'buffer | file | ...',
346+
},
347+
],
348+
},
341349
);
342350
action.addNodeAction(
343351
'sourceNext',

0 commit comments

Comments
 (0)