Skip to content

Commit 5d0bafa

Browse files
Copilotalexr00
andcommitted
Address code review feedback: remove unrelated file change and improve comments
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 2369164 commit 5d0bafa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/@types/vscode.proposed.chatParticipantAdditions.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ declare module 'vscode' {
105105
isComplete?: boolean;
106106
toolSpecificData?: ChatTerminalToolInvocationData;
107107
fromSubAgent?: boolean;
108-
presentation?: 'hidden' | 'hiddenAfterComplete' | undefined;
109108

110109
constructor(toolName: string, toolCallId: string, isError?: boolean);
111110
}

src/github/folderRepositoryManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,6 +1498,7 @@ export class FolderRepositoryManager extends Disposable {
14981498
// No GitHubRepository? Fall back to using configured GitHub remotes
14991499
// instead of failing, to support scenarios where the upstream is set to
15001500
// a non-GitHub remote but GitHub remotes are configured separately.
1501+
// Fallback logic follows below (lines 1507-1514).
15011502
} else {
15021503
// Otherwise, we'll push upstream.
15031504
return upstream;

0 commit comments

Comments
 (0)