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';
99import { Repository } from './api/api' ;
1010import { GitErrorCodes } from './api/api1' ;
1111import { CommentReply , findActiveHandler , resolveCommentHandler } from './commentHandlerResolver' ;
12- import { COPILOT_LOGINS } from './common/copilot' ;
1312import { commands } from './common/executeCommands' ;
1413import Logger from './common/logger' ;
1514import { FILE_LIST_LAYOUT , PR_SETTINGS_NAMESPACE } from './common/settingKeys' ;
@@ -604,14 +603,6 @@ export function registerCommands(
604603 pullRequestModel . githubRepository ,
605604 repository
606605 ) ?. 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- }
615606 } ) ;
616607 } ;
617608
You can’t perform that action at this time.
0 commit comments