You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constCONTINUE_AND_DO_NOT_ASK_AGAIN=vscode.l10n.t('Continue and don\'t ask again');
42
43
44
+
constCONTINUE_TRUNCATION=vscode.l10n.t('Continue with truncation');
45
+
43
46
constCOPILOT='@copilot';
44
47
45
48
constbody_suffix=vscode.l10n.t('Created from VS Code via the [GitHub Pull Request](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension.');
@@ -709,33 +712,32 @@ export class CopilotRemoteAgentManager extends Disposable {
709
712
return{error: vscode.l10n.t('Failed to configure base branch \'{0}\' does not exist on the remote repository \'{1}/{2}\'. Please create the remote branch first.',base_ref,owner,repo),state: 'error'};
Logger.warn(`Truncating problemContext as it will cause us to exceed maximum problem_statement length (${MAX_PROBLEM_STATEMENT_LENGTH})`,CopilotRemoteAgentManager.ID);
vscode.l10n.t('Prompt size exceeded'),{modal: true,detail: vscode.l10n.t('Your prompt will be truncated to fit within coding agent\'s context window. This may affect the quality of the response.')},CONTINUE_TRUNCATION);
returnvscode.l10n.t('Coding agent has begun work on **{0}** and will update this pull request as work progresses.',title||vscode.l10n.t('your request'));
0 commit comments