File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -717,13 +717,13 @@ export function registerCommands(
717717 } ;
718718
719719 context . subscriptions . push (
720- vscode . commands . registerCommand ( 'pr.pickOnVscodeDev' , ( pr : PRNode | RepositoryChangesNode | PullRequestModel ) =>
720+ vscode . commands . registerCommand ( 'pr.pickOnVscodeDev' , async ( pr : PRNode | RepositoryChangesNode | PullRequestModel ) =>
721721 pickPullRequest ( pr , vscodeDevPrLink )
722722 ) ,
723723 ) ;
724724
725725 context . subscriptions . push (
726- vscode . commands . registerCommand ( 'pr.pickOnCodespaces' , ( pr : PRNode | RepositoryChangesNode | PullRequestModel ) =>
726+ vscode . commands . registerCommand ( 'pr.pickOnCodespaces' , async ( pr : PRNode | RepositoryChangesNode | PullRequestModel ) =>
727727 pickPullRequest ( pr , codespacesPrLink , true )
728728 ) ,
729729 ) ;
You can’t perform that action at this time.
0 commit comments