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
Copy file name to clipboardExpand all lines: src/github/copilotRemoteAgent.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ export class CopilotRemoteAgentManager extends Disposable {
212
212
if(!this.autoCommitAndPushEnabled()){
213
213
return{error: vscode.l10n.t('Uncommitted changes detected. Please commit or stash your changes before starting the remote agent. Enable \'{0}\' to push your changes automatically.',CODING_AGENT_AUTO_COMMIT_AND_PUSH),state: 'error'};
0 commit comments