Skip to content

Commit 09435d2

Browse files
authored
remove signCommit (no-op right now) (#7136)
1 parent f625f12 commit 09435d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/github/copilotRemoteAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class CopilotRemoteAgentManager extends Disposable {
321321
await repository.add([]);
322322
if (repository.state.indexChanges.length > 0) {
323323
try {
324-
await repository.commit('Checkpoint for Copilot Agent async session', { signCommit: false });
324+
await repository.commit('Checkpoint for Copilot Agent async session');
325325
} catch (e) {
326326
// https://github.com/microsoft/vscode/pull/252263
327327
return { error: vscode.l10n.t('Could not \'git commit\' pending changes. If GPG signing or git hooks are enabled, please first commit or stash your changes and try again. ({0})', e.message), state: 'error' };

0 commit comments

Comments
 (0)