File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import * as vscode from 'vscode';
9
9
import { Repository } from './api/api' ;
10
10
import { GitErrorCodes } from './api/api1' ;
11
11
import { CommentReply , findActiveHandler , resolveCommentHandler } from './commentHandlerResolver' ;
12
- import { COPILOT_LOGINS } from './common/copilot' ;
13
12
import { commands } from './common/executeCommands' ;
14
13
import Logger from './common/logger' ;
15
14
import { FILE_LIST_LAYOUT , PR_SETTINGS_NAMESPACE } from './common/settingKeys' ;
@@ -604,14 +603,6 @@ export function registerCommands(
604
603
pullRequestModel . githubRepository ,
605
604
repository
606
605
) ?. switch ( pullRequestModel ) ;
607
-
608
- if ( copilotRemoteAgentManager . enabled ( ) && COPILOT_LOGINS . includes ( pullRequestModel . author . login ) ) {
609
- vscode . commands . executeCommand ( 'workbench.action.chat.open' , {
610
- toolIds : [
611
- 'github-pull-request_activePullRequest' ,
612
- ]
613
- } ) ;
614
- }
615
606
} ) ;
616
607
} ;
617
608
You can’t perform that action at this time.
0 commit comments