├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── copilot-instructions.md └── workflows │ └── copilot-setup-steps.yml ├── .gitignore ├── .gitignore-revs ├── .husky └── pre-commit ├── .readme ├── demo.gif ├── issueDemo.gif └── overview.png ├── .vscode-test.mjs ├── .vscode ├── extensions.json ├── launch.json ├── settings.json └── tasks.json ├── .vscodeignore ├── .yarnrc ├── CHANGELOG.md ├── LICENSE ├── README.md ├── SECURITY.md ├── azure-pipeline.nightly.yml ├── azure-pipeline.pr.yml ├── azure-pipeline.release.yml ├── common ├── sessionParsing.ts ├── types.ts └── views.ts ├── documentation ├── IssueFeatures.md ├── changelog │ ├── 0.100.0 │ │ ├── copilot-issue-search-most-bugs.png │ │ └── copilot-issue-search.png │ ├── 0.102.0 │ │ └── issue-link-in-summary.png │ ├── 0.104.0 │ │ ├── pr-icon-tab.png │ │ └── toggle-editor-commenting.png │ ├── 0.110.0 │ │ ├── already-pr-branch.png │ │ ├── copilot-address-comments.png │ │ └── issue-webview.png │ ├── 0.112.0 │ │ └── copilot-start-stop.png │ ├── 0.114.0 │ │ ├── coding-agent-start.png │ │ ├── copilot-pr-status.png │ │ └── session-log.png │ ├── 0.116.0 │ │ ├── coding-agent-status.png │ │ ├── pr-card-in-chat.png │ │ ├── pr-header-copy-actions.png │ │ ├── simplified-pr-header-buttons.png │ │ └── suggest-configure-queries.png │ ├── 0.118.0 │ │ ├── collapsed-sidbar-content.png │ │ └── delegate-to-coding-agent-action.png │ ├── 0.122.0 │ │ ├── cancel-review.png │ │ ├── emoji-completions.gif │ │ ├── markdown-alerts.png │ │ └── pr-labels.png │ ├── 0.17.0 │ │ ├── markdown-label.png │ │ └── new-issue-editor.gif │ ├── 0.18.0 │ │ ├── commit-prompt.png │ │ ├── label-suggestion.gif │ │ ├── tree-hover.gif │ │ └── welcome-view.png │ ├── 0.19.0 │ │ ├── fork-github.gif │ │ └── offer-fork.png │ ├── 0.20.0 │ │ └── multirepo.png │ ├── 0.21.0 │ │ ├── focusedReview.png │ │ ├── issue-suggest-comment.png │ │ ├── loginView.png │ │ └── openCodeLink.gif │ ├── 0.22.0 │ │ ├── colored-icons.png │ │ ├── exact-time-hover.png │ │ ├── pull-request-tree-view.png │ │ └── toggle-layout.png │ ├── 0.23.0 │ │ ├── copy-as-markdown.gif │ │ ├── create-from-terminal.gif │ │ └── new-create-experience.gif │ ├── 0.24.0 │ │ ├── activity_bar_viewlets.png │ │ ├── assignees_and_milestone.png │ │ ├── focused_mode_actions.png │ │ └── resolved_conversations.png │ ├── 0.25.0 │ │ ├── create_pull_request.png │ │ └── update_milestone.gif │ ├── 0.26.0 │ │ ├── file-decoration.png │ │ ├── mark-as-viewed.gif │ │ └── resolve-conversation.png │ ├── 0.28.0 │ │ └── status-bar-name.png │ ├── 0.29.0 │ │ └── merged-pr-sidebar.png │ ├── 0.30.0 │ │ ├── comments-collapse-all.png │ │ └── multiline-setting.png │ ├── 0.32.0 │ │ └── navigate-pr-query.gif │ ├── 0.34.0 │ │ ├── git-change-colors.png │ │ └── pre-release-extension.png │ ├── 0.36.0 │ │ └── dont-show-button.png │ ├── 0.38.0 │ │ └── mark-file-viewed.gif │ ├── 0.40.0 │ │ └── branch-protection.png │ ├── 0.42.0 │ │ ├── mark-as-viewed-toolbar.png │ │ ├── multiline-comments.gif │ │ └── open-on-github.png │ ├── 0.44.0 │ │ └── auto-merge-create-view.png │ ├── 0.46.0 │ │ └── automerge-overview.png │ ├── 0.48.0 │ │ ├── changesSinceReview.gif │ │ └── commit-and-create-pr.png │ ├── 0.50.0 │ │ ├── githubNotifications.gif │ │ ├── labelColors.png │ │ └── renamed-tooltip.png │ ├── 0.52.0 │ │ └── tree-item-checkbox-state.png │ ├── 0.56.0 │ │ ├── copy-vscode-dev-link.png │ │ ├── pr-status-in-list.png │ │ └── visible-resolve-button.png │ ├── 0.58.0 │ │ ├── create-with-labels.png │ │ └── suggest-a-change.gif │ ├── 0.60.0 │ │ ├── permalink-comment-widget.png │ │ ├── permalink-description.png │ │ ├── quick-diff.png │ │ └── re-request-review.png │ ├── 0.64.0 │ │ ├── file-level-comments.gif │ │ └── get-team-reviewers.png │ ├── 0.66.0 │ │ ├── compare-changes-with-commands.png │ │ └── git-subfolder-welcome.png │ ├── 0.68.0 │ │ ├── circle-avatar.png │ │ └── read-only-file-message.png │ ├── 0.70.0 │ │ └── new-create-view.png │ ├── 0.76.0 │ │ ├── github-copilot-title-description.gif │ │ └── project-in-description.png │ ├── 0.78.0 │ │ ├── merge-queue.png │ │ └── repo-name-changes-view.png │ ├── 0.80.0 │ │ ├── group-by-milestone-repo.png │ │ ├── merge-base-into-pr.png │ │ ├── multi-diff-editor.png │ │ ├── open-link-locally.gif │ │ ├── reaction-hover.png │ │ └── resolve-merge-conflicts.png │ ├── 0.82.0 │ │ └── email-for-commit.png │ ├── 0.86.0 │ │ ├── context-menu-comment.png │ │ ├── inline-action-comments-view.png │ │ └── outdated-comment.png │ ├── 0.88.0 │ │ ├── accessibility-help.png │ │ └── show-all-review-actions.gif │ ├── 0.92.0 │ │ └── date-of-commits.png │ ├── 0.94.0 │ │ └── create-revert-pr.gif │ └── 0.96.0 │ │ └── convert-to-suggestions.gif ├── images │ ├── createIssueFromComment.gif │ ├── demo.gif │ ├── issueCompletionEditor.png │ ├── issueCompletionSCM.png │ ├── issueEditor.png │ ├── issueHover.png │ ├── issueView.png │ ├── quickCreateIssue.png │ ├── startWorking.gif │ ├── userCompletion.png │ └── userHover.png ├── releasing.md └── suggestAChange.md ├── eslint.config.mjs ├── package.json ├── package.nls.json ├── resources ├── emojis.json └── icons │ ├── codicons │ ├── account.svg │ ├── add.svg │ ├── check-all.svg │ ├── check.svg │ ├── chevron-down.svg │ ├── circle-filled.svg │ ├── close.svg │ ├── comment.svg │ ├── copilot.svg │ ├── copy.svg │ ├── edit.svg │ ├── error.svg │ ├── feedback.svg │ ├── git-commit.svg │ ├── git-compare.svg │ ├── git-merge.svg │ ├── git-pull-request-closed.svg │ ├── git-pull-request-draft.svg │ ├── git-pull-request.svg │ ├── github-project.svg │ ├── issues.svg │ ├── loading.svg │ ├── merge.svg │ ├── milestone.svg │ ├── pass.svg │ ├── quote.svg │ ├── request-changes.svg │ ├── settings-gear.svg │ ├── skip.svg │ ├── sparkle.svg │ ├── stop-circle.svg │ ├── sync.svg │ ├── tag.svg │ ├── tasklist.svg │ ├── three-bars.svg │ ├── trash.svg │ └── warning.svg │ ├── copilot-error.svg │ ├── copilot-in-progress.svg │ ├── copilot-success.svg │ ├── dark │ ├── git-pull-request_webview.svg │ ├── github.svg │ └── output.svg │ ├── git-pull-request_webview.svg │ └── github_logo.png ├── scripts ├── check-commands.js ├── ci │ └── common-setup.yml ├── prepare-nightly-build.js ├── preprocess-fixtures.js ├── preprocess-gql.js └── preprocess-svg.js ├── src ├── @types │ ├── git-credential-node.d.ts │ ├── git.d.ts │ ├── graphql.d.ts │ ├── jsdom-global.d.ts │ ├── lib.textEncoder.d.ts │ ├── ref.d.ts │ ├── svg-inline-loader.d.ts │ ├── vscode-test-web.d.ts │ ├── vscode.proposed.activeComment.d.ts │ ├── vscode.proposed.chatContextProvider.d.ts │ ├── vscode.proposed.chatParticipantAdditions.d.ts │ ├── vscode.proposed.chatParticipantPrivate.d.ts │ ├── vscode.proposed.chatSessionsProvider.d.ts │ ├── vscode.proposed.codeActionRanges.d.ts │ ├── vscode.proposed.codiconDecoration.d.ts │ ├── vscode.proposed.commentReactor.d.ts │ ├── vscode.proposed.commentReplyAuthor.d.ts │ ├── vscode.proposed.commentReveal.d.ts │ ├── vscode.proposed.commentThreadApplicability.d.ts │ ├── vscode.proposed.commentingRangeHint.d.ts │ ├── vscode.proposed.commentsDraftState.d.ts │ ├── vscode.proposed.contribAccessibilityHelpContent.d.ts │ ├── vscode.proposed.contribCommentEditorActionsMenu.d.ts │ ├── vscode.proposed.contribCommentPeekContext.d.ts │ ├── vscode.proposed.contribCommentThreadAdditionalMenu.d.ts │ ├── vscode.proposed.contribCommentsViewThreadMenus.d.ts │ ├── vscode.proposed.contribEditorContentMenu.d.ts │ ├── vscode.proposed.contribShareMenu.d.ts │ ├── vscode.proposed.diffCommand.d.ts │ ├── vscode.proposed.fileComments.d.ts │ ├── vscode.proposed.languageModelDataPart.d.ts │ ├── vscode.proposed.languageModelToolResultAudience.d.ts │ ├── vscode.proposed.markdownAlertSyntax.d.ts │ ├── vscode.proposed.quickDiffProvider.d.ts │ ├── vscode.proposed.readonlyMessage.d.ts │ ├── vscode.proposed.remoteCodingAgents.d.ts │ ├── vscode.proposed.shareProvider.d.ts │ ├── vscode.proposed.tabInputTextMerge.d.ts │ ├── vscode.proposed.tokenInformation.d.ts │ ├── vscode.proposed.treeItemMarkdownLabel.d.ts │ └── vscode.proposed.treeViewMarkdownMessage.d.ts ├── api │ ├── api.d.ts │ └── api1.ts ├── authentication │ ├── configuration.ts │ └── githubServer.ts ├── commands.ts ├── commentHandlerResolver.ts ├── common │ ├── async.ts │ ├── authentication.ts │ ├── comment.ts │ ├── commentingRanges.ts │ ├── config.ts │ ├── copilot.ts │ ├── diffHunk.ts │ ├── diffPositionMapping.ts │ ├── emoji.ts │ ├── executeCommands.ts │ ├── file.ts │ ├── gitUtils.ts │ ├── githubRef.ts │ ├── lifecycle.ts │ ├── logger.ts │ ├── persistentState.ts │ ├── protocol.ts │ ├── remote.ts │ ├── settingKeys.ts │ ├── settingsUtils.ts │ ├── telemetry.ts │ ├── temporaryState.ts │ ├── timelineEvent.ts │ ├── uri.ts │ ├── user.ts │ ├── utils.ts │ ├── uuid.ts │ └── webview.ts ├── constants.ts ├── env │ ├── browser │ │ ├── net.ts │ │ └── ssh.ts │ └── node │ │ ├── net.ts │ │ └── ssh.ts ├── experimentationService.ts ├── extension.ts ├── extensionState.ts ├── gitExtensionIntegration.ts ├── gitProviders │ ├── GitHubContactServiceProvider.ts │ ├── api.ts │ ├── builtinGit.ts │ ├── gitCommands.ts │ ├── vsls.ts │ ├── vslsguest.ts │ └── vslshost.ts ├── github │ ├── activityBarViewProvider.ts │ ├── common.ts │ ├── conflictGuide.ts │ ├── conflictResolutionCoordinator.ts │ ├── conflictResolutionModel.ts │ ├── copilotApi.ts │ ├── copilotPrWatcher.ts │ ├── copilotRemoteAgent.ts │ ├── copilotRemoteAgent │ │ ├── chatSessionContentBuilder.ts │ │ └── gitOperationsManager.ts │ ├── copilotRemoteAgentUtils.ts │ ├── createPRLinkProvider.ts │ ├── createPRViewProvider.ts │ ├── credentials.ts │ ├── emptyCommitWebview.ts │ ├── folderRepositoryManager.ts │ ├── githubRepository.ts │ ├── graphql.ts │ ├── interface.ts │ ├── issueModel.ts │ ├── issueOverview.ts │ ├── loggingOctokit.ts │ ├── markdownUtils.ts │ ├── overviewRestorer.ts │ ├── prComment.ts │ ├── pullRequestGitHelper.ts │ ├── pullRequestModel.ts │ ├── pullRequestOverview.ts │ ├── pullRequestReviewCommon.ts │ ├── queries.gql │ ├── queriesExtra.gql │ ├── queriesLimited.gql │ ├── queriesShared.gql │ ├── quickPicks.ts │ ├── repositoriesManager.ts │ ├── revertPRViewProvider.ts │ ├── utils.ts │ └── views.ts ├── integrations │ └── gitlens │ │ ├── gitlens.d.ts │ │ └── gitlensImpl.ts ├── issues │ ├── currentIssue.ts │ ├── issueCompletionProvider.ts │ ├── issueFeatureRegistrar.ts │ ├── issueFile.ts │ ├── issueHoverProvider.ts │ ├── issueLinkLookup.ts │ ├── issueTodoProvider.ts │ ├── issuesView.ts │ ├── shareProviders.ts │ ├── stateManager.ts │ ├── userCompletionProvider.ts │ ├── userHoverProvider.ts │ └── util.ts ├── lm │ ├── issueContextProvider.ts │ ├── participants.ts │ ├── participantsPrompt.ts │ ├── pullRequestContextProvider.ts │ ├── tools │ │ ├── activePullRequestTool.ts │ │ ├── copilotRemoteAgentTool.ts │ │ ├── displayIssuesTool.ts │ │ ├── fetchIssueTool.ts │ │ ├── fetchNotificationTool.ts │ │ ├── openPullRequestTool.ts │ │ ├── searchTools.ts │ │ ├── suggestFixTool.ts │ │ ├── summarizeIssueTool.ts │ │ ├── summarizeNotificationsTool.ts │ │ ├── tools.ts │ │ └── toolsUtils.ts │ └── utils.ts ├── migrations.ts ├── notifications │ ├── notificationDecorationProvider.ts │ ├── notificationItem.ts │ ├── notificationsFeatureRegistar.ts │ ├── notificationsManager.ts │ └── notificationsProvider.ts ├── test │ ├── browser │ │ ├── index.ts │ │ └── runTests.ts │ ├── builders.test.ts │ ├── builders │ │ ├── README.md │ │ ├── base.ts │ │ ├── graphql │ │ │ ├── latestReviewCommitBuilder.ts │ │ │ ├── pullRequestBuilder.ts │ │ │ ├── rateLimitBuilder.ts │ │ │ └── timelineEventsBuilder.ts │ │ ├── managedPullRequestBuilder.ts │ │ └── rest │ │ │ ├── combinedStatusBuilder.ts │ │ │ ├── organizationBuilder.ts │ │ │ ├── pullRequestBuilder.ts │ │ │ ├── refBuilder.ts │ │ │ ├── repoBuilder.ts │ │ │ ├── reviewRequestsBuilder.ts │ │ │ ├── teamBuilder.ts │ │ │ ├── timelineEventItemBuilder.ts │ │ │ └── userBuilder.ts │ ├── common │ │ ├── commentingRanges.test.ts │ │ ├── diff.test.ts │ │ ├── fixtures │ │ │ └── gitdiff │ │ │ │ ├── 01-basic │ │ │ │ ├── 01-basic-add-2-lines │ │ │ │ ├── 01-basic-add-2-lines.diff │ │ │ │ ├── 01-basic-add-first-line │ │ │ │ ├── 01-basic-add-first-line.diff │ │ │ │ ├── 01-basic-add-last-line │ │ │ │ ├── 01-basic-add-last-line-with-eol │ │ │ │ ├── 01-basic-add-last-line-with-eol.diff │ │ │ │ ├── 01-basic-add-last-line.diff │ │ │ │ ├── 01-basic-add-line │ │ │ │ ├── 01-basic-add-line.diff │ │ │ │ ├── 01-basic-move-lines │ │ │ │ ├── 01-basic-move-lines.diff │ │ │ │ ├── 01-basic-remove-first-line │ │ │ │ ├── 01-basic-remove-first-line.diff │ │ │ │ ├── 01-basic-remove-last-line │ │ │ │ ├── 01-basic-remove-last-line-with-eol │ │ │ │ ├── 01-basic-remove-last-line-with-eol.diff │ │ │ │ ├── 01-basic-remove-last-line.diff │ │ │ │ ├── 01-basic-remove-line │ │ │ │ ├── 01-basic-remove-line.diff │ │ │ │ ├── 01-basic-replace-line │ │ │ │ ├── 01-basic-replace-line.diff │ │ │ │ ├── 02-basicWithEol │ │ │ │ ├── 02-basicWithEol-add-line │ │ │ │ ├── 02-basicWithEol-add-line.diff │ │ │ │ ├── 02-basicWithEol-remove-eol │ │ │ │ ├── 02-basicWithEol-remove-eol.diff │ │ │ │ ├── 02-basicWithEol-remove-last-line │ │ │ │ ├── 02-basicWithEol-remove-last-line.diff │ │ │ │ ├── 02-basicWithEol-shorten-file │ │ │ │ ├── 02-basicWithEol-shorten-file.diff │ │ │ │ ├── 03-large │ │ │ │ ├── 03-large-many-changes │ │ │ │ ├── 03-large-many-changes.diff │ │ │ │ ├── generate-diffs.js │ │ │ │ └── sessionParsing.ts │ │ ├── getModifiedContentFromDiffHunk.test.ts │ │ ├── protocol.test.ts │ │ ├── sessionParsing.test.ts │ │ ├── uri.test.ts │ │ └── utils.test.ts │ ├── extension.isSubmodule.test.ts │ ├── extension.test.ts │ ├── github │ │ ├── copilotPrWatcher.test.ts │ │ ├── copilotRemoteAgent.test.ts │ │ ├── copilotRemoteAgentUtils.test.ts │ │ ├── folderRepositoryManager.test.ts │ │ ├── githubRepository.test.ts │ │ ├── graphql.test.ts │ │ ├── markdownUtils.test.ts │ │ ├── prComment.test.ts │ │ ├── pullRequestGitHelper.test.ts │ │ ├── pullRequestModel.test.ts │ │ ├── pullRequestOverview.test.ts │ │ └── utils.test.ts │ ├── globalHooks.ts │ ├── index.ts │ ├── issues │ │ ├── issueTodoProvider.test.ts │ │ ├── issuesUtils.test.ts │ │ └── stateManager.test.ts │ ├── lm │ │ └── tools │ │ │ └── copilotRemoteAgentTool.test.ts │ ├── mocks │ │ ├── inMemoryMemento.ts │ │ ├── mockCommandRegistry.ts │ │ ├── mockExtensionContext.ts │ │ ├── mockGitHubRepository.ts │ │ ├── mockNotificationManager.ts │ │ ├── mockPRsTreeModel.ts │ │ ├── mockRepository.ts │ │ ├── mockTelemetry.ts │ │ ├── mockThemeWatcher.ts │ │ ├── mockWebviewEnvironment.ts │ │ └── queryProvider.ts │ ├── reference-types.d.ts │ ├── runTests.ts │ └── view │ │ ├── prsTree.test.ts │ │ └── reviewCommentController.test.ts ├── themeWatcher.ts ├── uriHandler.ts └── view │ ├── commentControllBase.ts │ ├── commentDecorationProvider.ts │ ├── commitsDecorationProvider.ts │ ├── compareChangesTreeDataProvider.ts │ ├── conflictResolution │ └── conflictResolutionTreeView.ts │ ├── createPullRequestDataModel.ts │ ├── createPullRequestHelper.ts │ ├── emojiCompletionProvider.ts │ ├── fileChangeModel.ts │ ├── fileTypeDecorationProvider.ts │ ├── gitContentProvider.ts │ ├── gitHubContentProvider.ts │ ├── githubFileContentProvider.ts │ ├── inMemPRContentProvider.ts │ ├── prChangesTreeDataProvider.ts │ ├── prStatusDecorationProvider.ts │ ├── progress.ts │ ├── prsTreeDataProvider.ts │ ├── prsTreeModel.ts │ ├── pullRequestCommentController.ts │ ├── pullRequestCommentControllerRegistry.ts │ ├── quickpick.ts │ ├── readonlyFileSystemProvider.ts │ ├── repositoryFileSystemProvider.ts │ ├── reviewCommentController.ts │ ├── reviewManager.ts │ ├── reviewModel.ts │ ├── reviewsManager.ts │ ├── theme.ts │ ├── treeDecorationProviders.ts │ ├── treeNodes │ ├── categoryNode.ts │ ├── commitNode.ts │ ├── commitsCategoryNode.ts │ ├── directoryTreeNode.ts │ ├── fileChangeNode.ts │ ├── filesCategoryNode.ts │ ├── pullRequestNode.ts │ ├── repositoryChangesNode.ts │ ├── treeNode.ts │ ├── treeUtils.ts │ └── workspaceFolderNode.ts │ └── webviewViewCoordinator.ts ├── tsconfig.base.json ├── tsconfig.browser.json ├── tsconfig.json ├── tsconfig.scripts.json ├── tsconfig.test.json ├── tsconfig.webviews.json ├── tsfmt.json ├── webpack.config.js ├── webviews ├── activityBarView │ ├── app.tsx │ ├── exit.tsx │ ├── index.css │ ├── index.ts │ └── overview.tsx ├── common │ ├── aria.ts │ ├── cache.ts │ ├── common.css │ ├── context.tsx │ ├── createContextNew.ts │ ├── errorBoundary.tsx │ ├── events.ts │ ├── hooks.ts │ ├── label.tsx │ └── message.ts ├── components │ ├── automergeSelect.tsx │ ├── comment.tsx │ ├── contextDropdown.tsx │ ├── diff.tsx │ ├── dropdown.tsx │ ├── header.tsx │ ├── icon.tsx │ ├── merge.tsx │ ├── reviewer.tsx │ ├── sidebar.tsx │ ├── space.tsx │ ├── timeline.tsx │ ├── timestamp.tsx │ └── user.tsx ├── createPullRequestViewNew │ ├── app.tsx │ ├── index.css │ └── index.ts └── editorWebview │ ├── app.tsx │ ├── index.css │ ├── index.ts │ ├── overview.tsx │ └── test │ ├── app.test.tsx │ └── builder │ ├── account.ts │ └── pullRequest.ts └── yarn.lock /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/workflows/copilot-setup-steps.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.github/workflows/copilot-setup-steps.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitignore-revs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.gitignore-revs -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.husky/pre-commit -------------------------------------------------------------------------------- /.readme/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.readme/demo.gif -------------------------------------------------------------------------------- /.readme/issueDemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.readme/issueDemo.gif -------------------------------------------------------------------------------- /.readme/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.readme/overview.png -------------------------------------------------------------------------------- /.vscode-test.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.vscode-test.mjs -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /.vscodeignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/.vscodeignore -------------------------------------------------------------------------------- /.yarnrc: -------------------------------------------------------------------------------- 1 | ignore-engines true 2 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/SECURITY.md -------------------------------------------------------------------------------- /azure-pipeline.nightly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/azure-pipeline.nightly.yml -------------------------------------------------------------------------------- /azure-pipeline.pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/azure-pipeline.pr.yml -------------------------------------------------------------------------------- /azure-pipeline.release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/azure-pipeline.release.yml -------------------------------------------------------------------------------- /common/sessionParsing.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/common/sessionParsing.ts -------------------------------------------------------------------------------- /common/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/common/types.ts -------------------------------------------------------------------------------- /common/views.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/common/views.ts -------------------------------------------------------------------------------- /documentation/IssueFeatures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/IssueFeatures.md -------------------------------------------------------------------------------- /documentation/changelog/0.100.0/copilot-issue-search-most-bugs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.100.0/copilot-issue-search-most-bugs.png -------------------------------------------------------------------------------- /documentation/changelog/0.100.0/copilot-issue-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.100.0/copilot-issue-search.png -------------------------------------------------------------------------------- /documentation/changelog/0.102.0/issue-link-in-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.102.0/issue-link-in-summary.png -------------------------------------------------------------------------------- /documentation/changelog/0.104.0/pr-icon-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.104.0/pr-icon-tab.png -------------------------------------------------------------------------------- /documentation/changelog/0.104.0/toggle-editor-commenting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.104.0/toggle-editor-commenting.png -------------------------------------------------------------------------------- /documentation/changelog/0.110.0/already-pr-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.110.0/already-pr-branch.png -------------------------------------------------------------------------------- /documentation/changelog/0.110.0/copilot-address-comments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.110.0/copilot-address-comments.png -------------------------------------------------------------------------------- /documentation/changelog/0.110.0/issue-webview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.110.0/issue-webview.png -------------------------------------------------------------------------------- /documentation/changelog/0.112.0/copilot-start-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.112.0/copilot-start-stop.png -------------------------------------------------------------------------------- /documentation/changelog/0.114.0/coding-agent-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.114.0/coding-agent-start.png -------------------------------------------------------------------------------- /documentation/changelog/0.114.0/copilot-pr-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.114.0/copilot-pr-status.png -------------------------------------------------------------------------------- /documentation/changelog/0.114.0/session-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.114.0/session-log.png -------------------------------------------------------------------------------- /documentation/changelog/0.116.0/coding-agent-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.116.0/coding-agent-status.png -------------------------------------------------------------------------------- /documentation/changelog/0.116.0/pr-card-in-chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.116.0/pr-card-in-chat.png -------------------------------------------------------------------------------- /documentation/changelog/0.116.0/pr-header-copy-actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.116.0/pr-header-copy-actions.png -------------------------------------------------------------------------------- /documentation/changelog/0.116.0/simplified-pr-header-buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.116.0/simplified-pr-header-buttons.png -------------------------------------------------------------------------------- /documentation/changelog/0.116.0/suggest-configure-queries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.116.0/suggest-configure-queries.png -------------------------------------------------------------------------------- /documentation/changelog/0.118.0/collapsed-sidbar-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.118.0/collapsed-sidbar-content.png -------------------------------------------------------------------------------- /documentation/changelog/0.118.0/delegate-to-coding-agent-action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.118.0/delegate-to-coding-agent-action.png -------------------------------------------------------------------------------- /documentation/changelog/0.122.0/cancel-review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.122.0/cancel-review.png -------------------------------------------------------------------------------- /documentation/changelog/0.122.0/emoji-completions.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.122.0/emoji-completions.gif -------------------------------------------------------------------------------- /documentation/changelog/0.122.0/markdown-alerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.122.0/markdown-alerts.png -------------------------------------------------------------------------------- /documentation/changelog/0.122.0/pr-labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.122.0/pr-labels.png -------------------------------------------------------------------------------- /documentation/changelog/0.17.0/markdown-label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.17.0/markdown-label.png -------------------------------------------------------------------------------- /documentation/changelog/0.17.0/new-issue-editor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.17.0/new-issue-editor.gif -------------------------------------------------------------------------------- /documentation/changelog/0.18.0/commit-prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.18.0/commit-prompt.png -------------------------------------------------------------------------------- /documentation/changelog/0.18.0/label-suggestion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.18.0/label-suggestion.gif -------------------------------------------------------------------------------- /documentation/changelog/0.18.0/tree-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.18.0/tree-hover.gif -------------------------------------------------------------------------------- /documentation/changelog/0.18.0/welcome-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.18.0/welcome-view.png -------------------------------------------------------------------------------- /documentation/changelog/0.19.0/fork-github.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.19.0/fork-github.gif -------------------------------------------------------------------------------- /documentation/changelog/0.19.0/offer-fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.19.0/offer-fork.png -------------------------------------------------------------------------------- /documentation/changelog/0.20.0/multirepo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.20.0/multirepo.png -------------------------------------------------------------------------------- /documentation/changelog/0.21.0/focusedReview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.21.0/focusedReview.png -------------------------------------------------------------------------------- /documentation/changelog/0.21.0/issue-suggest-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.21.0/issue-suggest-comment.png -------------------------------------------------------------------------------- /documentation/changelog/0.21.0/loginView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.21.0/loginView.png -------------------------------------------------------------------------------- /documentation/changelog/0.21.0/openCodeLink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.21.0/openCodeLink.gif -------------------------------------------------------------------------------- /documentation/changelog/0.22.0/colored-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.22.0/colored-icons.png -------------------------------------------------------------------------------- /documentation/changelog/0.22.0/exact-time-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.22.0/exact-time-hover.png -------------------------------------------------------------------------------- /documentation/changelog/0.22.0/pull-request-tree-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.22.0/pull-request-tree-view.png -------------------------------------------------------------------------------- /documentation/changelog/0.22.0/toggle-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.22.0/toggle-layout.png -------------------------------------------------------------------------------- /documentation/changelog/0.23.0/copy-as-markdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.23.0/copy-as-markdown.gif -------------------------------------------------------------------------------- /documentation/changelog/0.23.0/create-from-terminal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.23.0/create-from-terminal.gif -------------------------------------------------------------------------------- /documentation/changelog/0.23.0/new-create-experience.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.23.0/new-create-experience.gif -------------------------------------------------------------------------------- /documentation/changelog/0.24.0/activity_bar_viewlets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.24.0/activity_bar_viewlets.png -------------------------------------------------------------------------------- /documentation/changelog/0.24.0/assignees_and_milestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.24.0/assignees_and_milestone.png -------------------------------------------------------------------------------- /documentation/changelog/0.24.0/focused_mode_actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.24.0/focused_mode_actions.png -------------------------------------------------------------------------------- /documentation/changelog/0.24.0/resolved_conversations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.24.0/resolved_conversations.png -------------------------------------------------------------------------------- /documentation/changelog/0.25.0/create_pull_request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.25.0/create_pull_request.png -------------------------------------------------------------------------------- /documentation/changelog/0.25.0/update_milestone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.25.0/update_milestone.gif -------------------------------------------------------------------------------- /documentation/changelog/0.26.0/file-decoration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.26.0/file-decoration.png -------------------------------------------------------------------------------- /documentation/changelog/0.26.0/mark-as-viewed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.26.0/mark-as-viewed.gif -------------------------------------------------------------------------------- /documentation/changelog/0.26.0/resolve-conversation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.26.0/resolve-conversation.png -------------------------------------------------------------------------------- /documentation/changelog/0.28.0/status-bar-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.28.0/status-bar-name.png -------------------------------------------------------------------------------- /documentation/changelog/0.29.0/merged-pr-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.29.0/merged-pr-sidebar.png -------------------------------------------------------------------------------- /documentation/changelog/0.30.0/comments-collapse-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.30.0/comments-collapse-all.png -------------------------------------------------------------------------------- /documentation/changelog/0.30.0/multiline-setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.30.0/multiline-setting.png -------------------------------------------------------------------------------- /documentation/changelog/0.32.0/navigate-pr-query.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.32.0/navigate-pr-query.gif -------------------------------------------------------------------------------- /documentation/changelog/0.34.0/git-change-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.34.0/git-change-colors.png -------------------------------------------------------------------------------- /documentation/changelog/0.34.0/pre-release-extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.34.0/pre-release-extension.png -------------------------------------------------------------------------------- /documentation/changelog/0.36.0/dont-show-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.36.0/dont-show-button.png -------------------------------------------------------------------------------- /documentation/changelog/0.38.0/mark-file-viewed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.38.0/mark-file-viewed.gif -------------------------------------------------------------------------------- /documentation/changelog/0.40.0/branch-protection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.40.0/branch-protection.png -------------------------------------------------------------------------------- /documentation/changelog/0.42.0/mark-as-viewed-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.42.0/mark-as-viewed-toolbar.png -------------------------------------------------------------------------------- /documentation/changelog/0.42.0/multiline-comments.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.42.0/multiline-comments.gif -------------------------------------------------------------------------------- /documentation/changelog/0.42.0/open-on-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.42.0/open-on-github.png -------------------------------------------------------------------------------- /documentation/changelog/0.44.0/auto-merge-create-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.44.0/auto-merge-create-view.png -------------------------------------------------------------------------------- /documentation/changelog/0.46.0/automerge-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.46.0/automerge-overview.png -------------------------------------------------------------------------------- /documentation/changelog/0.48.0/changesSinceReview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.48.0/changesSinceReview.gif -------------------------------------------------------------------------------- /documentation/changelog/0.48.0/commit-and-create-pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.48.0/commit-and-create-pr.png -------------------------------------------------------------------------------- /documentation/changelog/0.50.0/githubNotifications.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.50.0/githubNotifications.gif -------------------------------------------------------------------------------- /documentation/changelog/0.50.0/labelColors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.50.0/labelColors.png -------------------------------------------------------------------------------- /documentation/changelog/0.50.0/renamed-tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.50.0/renamed-tooltip.png -------------------------------------------------------------------------------- /documentation/changelog/0.52.0/tree-item-checkbox-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.52.0/tree-item-checkbox-state.png -------------------------------------------------------------------------------- /documentation/changelog/0.56.0/copy-vscode-dev-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.56.0/copy-vscode-dev-link.png -------------------------------------------------------------------------------- /documentation/changelog/0.56.0/pr-status-in-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.56.0/pr-status-in-list.png -------------------------------------------------------------------------------- /documentation/changelog/0.56.0/visible-resolve-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.56.0/visible-resolve-button.png -------------------------------------------------------------------------------- /documentation/changelog/0.58.0/create-with-labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.58.0/create-with-labels.png -------------------------------------------------------------------------------- /documentation/changelog/0.58.0/suggest-a-change.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.58.0/suggest-a-change.gif -------------------------------------------------------------------------------- /documentation/changelog/0.60.0/permalink-comment-widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.60.0/permalink-comment-widget.png -------------------------------------------------------------------------------- /documentation/changelog/0.60.0/permalink-description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.60.0/permalink-description.png -------------------------------------------------------------------------------- /documentation/changelog/0.60.0/quick-diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.60.0/quick-diff.png -------------------------------------------------------------------------------- /documentation/changelog/0.60.0/re-request-review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.60.0/re-request-review.png -------------------------------------------------------------------------------- /documentation/changelog/0.64.0/file-level-comments.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.64.0/file-level-comments.gif -------------------------------------------------------------------------------- /documentation/changelog/0.64.0/get-team-reviewers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.64.0/get-team-reviewers.png -------------------------------------------------------------------------------- /documentation/changelog/0.66.0/compare-changes-with-commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.66.0/compare-changes-with-commands.png -------------------------------------------------------------------------------- /documentation/changelog/0.66.0/git-subfolder-welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.66.0/git-subfolder-welcome.png -------------------------------------------------------------------------------- /documentation/changelog/0.68.0/circle-avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.68.0/circle-avatar.png -------------------------------------------------------------------------------- /documentation/changelog/0.68.0/read-only-file-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.68.0/read-only-file-message.png -------------------------------------------------------------------------------- /documentation/changelog/0.70.0/new-create-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.70.0/new-create-view.png -------------------------------------------------------------------------------- /documentation/changelog/0.76.0/github-copilot-title-description.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.76.0/github-copilot-title-description.gif -------------------------------------------------------------------------------- /documentation/changelog/0.76.0/project-in-description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.76.0/project-in-description.png -------------------------------------------------------------------------------- /documentation/changelog/0.78.0/merge-queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.78.0/merge-queue.png -------------------------------------------------------------------------------- /documentation/changelog/0.78.0/repo-name-changes-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.78.0/repo-name-changes-view.png -------------------------------------------------------------------------------- /documentation/changelog/0.80.0/group-by-milestone-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.80.0/group-by-milestone-repo.png -------------------------------------------------------------------------------- /documentation/changelog/0.80.0/merge-base-into-pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.80.0/merge-base-into-pr.png -------------------------------------------------------------------------------- /documentation/changelog/0.80.0/multi-diff-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.80.0/multi-diff-editor.png -------------------------------------------------------------------------------- /documentation/changelog/0.80.0/open-link-locally.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.80.0/open-link-locally.gif -------------------------------------------------------------------------------- /documentation/changelog/0.80.0/reaction-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.80.0/reaction-hover.png -------------------------------------------------------------------------------- /documentation/changelog/0.80.0/resolve-merge-conflicts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.80.0/resolve-merge-conflicts.png -------------------------------------------------------------------------------- /documentation/changelog/0.82.0/email-for-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.82.0/email-for-commit.png -------------------------------------------------------------------------------- /documentation/changelog/0.86.0/context-menu-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.86.0/context-menu-comment.png -------------------------------------------------------------------------------- /documentation/changelog/0.86.0/inline-action-comments-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.86.0/inline-action-comments-view.png -------------------------------------------------------------------------------- /documentation/changelog/0.86.0/outdated-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.86.0/outdated-comment.png -------------------------------------------------------------------------------- /documentation/changelog/0.88.0/accessibility-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.88.0/accessibility-help.png -------------------------------------------------------------------------------- /documentation/changelog/0.88.0/show-all-review-actions.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.88.0/show-all-review-actions.gif -------------------------------------------------------------------------------- /documentation/changelog/0.92.0/date-of-commits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.92.0/date-of-commits.png -------------------------------------------------------------------------------- /documentation/changelog/0.94.0/create-revert-pr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.94.0/create-revert-pr.gif -------------------------------------------------------------------------------- /documentation/changelog/0.96.0/convert-to-suggestions.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/changelog/0.96.0/convert-to-suggestions.gif -------------------------------------------------------------------------------- /documentation/images/createIssueFromComment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/createIssueFromComment.gif -------------------------------------------------------------------------------- /documentation/images/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/demo.gif -------------------------------------------------------------------------------- /documentation/images/issueCompletionEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/issueCompletionEditor.png -------------------------------------------------------------------------------- /documentation/images/issueCompletionSCM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/issueCompletionSCM.png -------------------------------------------------------------------------------- /documentation/images/issueEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/issueEditor.png -------------------------------------------------------------------------------- /documentation/images/issueHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/issueHover.png -------------------------------------------------------------------------------- /documentation/images/issueView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/issueView.png -------------------------------------------------------------------------------- /documentation/images/quickCreateIssue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/quickCreateIssue.png -------------------------------------------------------------------------------- /documentation/images/startWorking.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/startWorking.gif -------------------------------------------------------------------------------- /documentation/images/userCompletion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/userCompletion.png -------------------------------------------------------------------------------- /documentation/images/userHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/images/userHover.png -------------------------------------------------------------------------------- /documentation/releasing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/releasing.md -------------------------------------------------------------------------------- /documentation/suggestAChange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/documentation/suggestAChange.md -------------------------------------------------------------------------------- /eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/eslint.config.mjs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/package.json -------------------------------------------------------------------------------- /package.nls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/package.nls.json -------------------------------------------------------------------------------- /resources/emojis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/emojis.json -------------------------------------------------------------------------------- /resources/icons/codicons/account.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/account.svg -------------------------------------------------------------------------------- /resources/icons/codicons/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/add.svg -------------------------------------------------------------------------------- /resources/icons/codicons/check-all.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/check-all.svg -------------------------------------------------------------------------------- /resources/icons/codicons/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/check.svg -------------------------------------------------------------------------------- /resources/icons/codicons/chevron-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/chevron-down.svg -------------------------------------------------------------------------------- /resources/icons/codicons/circle-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/circle-filled.svg -------------------------------------------------------------------------------- /resources/icons/codicons/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/close.svg -------------------------------------------------------------------------------- /resources/icons/codicons/comment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/comment.svg -------------------------------------------------------------------------------- /resources/icons/codicons/copilot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/copilot.svg -------------------------------------------------------------------------------- /resources/icons/codicons/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/copy.svg -------------------------------------------------------------------------------- /resources/icons/codicons/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/edit.svg -------------------------------------------------------------------------------- /resources/icons/codicons/error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/error.svg -------------------------------------------------------------------------------- /resources/icons/codicons/feedback.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/feedback.svg -------------------------------------------------------------------------------- /resources/icons/codicons/git-commit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/git-commit.svg -------------------------------------------------------------------------------- /resources/icons/codicons/git-compare.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/git-compare.svg -------------------------------------------------------------------------------- /resources/icons/codicons/git-merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/git-merge.svg -------------------------------------------------------------------------------- /resources/icons/codicons/git-pull-request-closed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/git-pull-request-closed.svg -------------------------------------------------------------------------------- /resources/icons/codicons/git-pull-request-draft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/git-pull-request-draft.svg -------------------------------------------------------------------------------- /resources/icons/codicons/git-pull-request.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/git-pull-request.svg -------------------------------------------------------------------------------- /resources/icons/codicons/github-project.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/github-project.svg -------------------------------------------------------------------------------- /resources/icons/codicons/issues.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/issues.svg -------------------------------------------------------------------------------- /resources/icons/codicons/loading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/loading.svg -------------------------------------------------------------------------------- /resources/icons/codicons/merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/merge.svg -------------------------------------------------------------------------------- /resources/icons/codicons/milestone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/milestone.svg -------------------------------------------------------------------------------- /resources/icons/codicons/pass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/pass.svg -------------------------------------------------------------------------------- /resources/icons/codicons/quote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/quote.svg -------------------------------------------------------------------------------- /resources/icons/codicons/request-changes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/request-changes.svg -------------------------------------------------------------------------------- /resources/icons/codicons/settings-gear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/settings-gear.svg -------------------------------------------------------------------------------- /resources/icons/codicons/skip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/skip.svg -------------------------------------------------------------------------------- /resources/icons/codicons/sparkle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/sparkle.svg -------------------------------------------------------------------------------- /resources/icons/codicons/stop-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/stop-circle.svg -------------------------------------------------------------------------------- /resources/icons/codicons/sync.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/sync.svg -------------------------------------------------------------------------------- /resources/icons/codicons/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/tag.svg -------------------------------------------------------------------------------- /resources/icons/codicons/tasklist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/tasklist.svg -------------------------------------------------------------------------------- /resources/icons/codicons/three-bars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/three-bars.svg -------------------------------------------------------------------------------- /resources/icons/codicons/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/trash.svg -------------------------------------------------------------------------------- /resources/icons/codicons/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/codicons/warning.svg -------------------------------------------------------------------------------- /resources/icons/copilot-error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/copilot-error.svg -------------------------------------------------------------------------------- /resources/icons/copilot-in-progress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/copilot-in-progress.svg -------------------------------------------------------------------------------- /resources/icons/copilot-success.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/copilot-success.svg -------------------------------------------------------------------------------- /resources/icons/dark/git-pull-request_webview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/dark/git-pull-request_webview.svg -------------------------------------------------------------------------------- /resources/icons/dark/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/dark/github.svg -------------------------------------------------------------------------------- /resources/icons/dark/output.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/dark/output.svg -------------------------------------------------------------------------------- /resources/icons/git-pull-request_webview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/git-pull-request_webview.svg -------------------------------------------------------------------------------- /resources/icons/github_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/resources/icons/github_logo.png -------------------------------------------------------------------------------- /scripts/check-commands.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/scripts/check-commands.js -------------------------------------------------------------------------------- /scripts/ci/common-setup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/scripts/ci/common-setup.yml -------------------------------------------------------------------------------- /scripts/prepare-nightly-build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/scripts/prepare-nightly-build.js -------------------------------------------------------------------------------- /scripts/preprocess-fixtures.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/scripts/preprocess-fixtures.js -------------------------------------------------------------------------------- /scripts/preprocess-gql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/scripts/preprocess-gql.js -------------------------------------------------------------------------------- /scripts/preprocess-svg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/scripts/preprocess-svg.js -------------------------------------------------------------------------------- /src/@types/git-credential-node.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/git-credential-node.d.ts -------------------------------------------------------------------------------- /src/@types/git.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/git.d.ts -------------------------------------------------------------------------------- /src/@types/graphql.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/graphql.d.ts -------------------------------------------------------------------------------- /src/@types/jsdom-global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/jsdom-global.d.ts -------------------------------------------------------------------------------- /src/@types/lib.textEncoder.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/lib.textEncoder.d.ts -------------------------------------------------------------------------------- /src/@types/ref.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/ref.d.ts -------------------------------------------------------------------------------- /src/@types/svg-inline-loader.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/svg-inline-loader.d.ts -------------------------------------------------------------------------------- /src/@types/vscode-test-web.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode-test-web.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.activeComment.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.activeComment.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.chatContextProvider.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.chatContextProvider.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.chatParticipantAdditions.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.chatParticipantAdditions.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.chatParticipantPrivate.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.chatParticipantPrivate.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.chatSessionsProvider.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.chatSessionsProvider.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.codeActionRanges.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.codeActionRanges.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.codiconDecoration.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.codiconDecoration.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.commentReactor.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.commentReactor.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.commentReplyAuthor.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.commentReplyAuthor.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.commentReveal.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.commentReveal.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.commentThreadApplicability.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.commentThreadApplicability.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.commentingRangeHint.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.commentingRangeHint.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.commentsDraftState.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.commentsDraftState.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.contribAccessibilityHelpContent.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.contribAccessibilityHelpContent.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.contribCommentEditorActionsMenu.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.contribCommentEditorActionsMenu.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.contribCommentPeekContext.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.contribCommentPeekContext.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.contribCommentThreadAdditionalMenu.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.contribCommentThreadAdditionalMenu.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.contribCommentsViewThreadMenus.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.contribCommentsViewThreadMenus.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.contribEditorContentMenu.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.contribEditorContentMenu.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.contribShareMenu.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.contribShareMenu.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.diffCommand.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.diffCommand.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.fileComments.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.fileComments.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.languageModelDataPart.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.languageModelDataPart.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.languageModelToolResultAudience.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.languageModelToolResultAudience.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.markdownAlertSyntax.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.markdownAlertSyntax.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.quickDiffProvider.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.quickDiffProvider.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.readonlyMessage.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.readonlyMessage.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.remoteCodingAgents.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.remoteCodingAgents.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.shareProvider.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.shareProvider.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.tabInputTextMerge.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.tabInputTextMerge.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.tokenInformation.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.tokenInformation.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.treeItemMarkdownLabel.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.treeItemMarkdownLabel.d.ts -------------------------------------------------------------------------------- /src/@types/vscode.proposed.treeViewMarkdownMessage.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/@types/vscode.proposed.treeViewMarkdownMessage.d.ts -------------------------------------------------------------------------------- /src/api/api.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/api/api.d.ts -------------------------------------------------------------------------------- /src/api/api1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/api/api1.ts -------------------------------------------------------------------------------- /src/authentication/configuration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/authentication/configuration.ts -------------------------------------------------------------------------------- /src/authentication/githubServer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/authentication/githubServer.ts -------------------------------------------------------------------------------- /src/commands.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/commands.ts -------------------------------------------------------------------------------- /src/commentHandlerResolver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/commentHandlerResolver.ts -------------------------------------------------------------------------------- /src/common/async.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/async.ts -------------------------------------------------------------------------------- /src/common/authentication.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/authentication.ts -------------------------------------------------------------------------------- /src/common/comment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/comment.ts -------------------------------------------------------------------------------- /src/common/commentingRanges.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/commentingRanges.ts -------------------------------------------------------------------------------- /src/common/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/config.ts -------------------------------------------------------------------------------- /src/common/copilot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/copilot.ts -------------------------------------------------------------------------------- /src/common/diffHunk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/diffHunk.ts -------------------------------------------------------------------------------- /src/common/diffPositionMapping.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/diffPositionMapping.ts -------------------------------------------------------------------------------- /src/common/emoji.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/emoji.ts -------------------------------------------------------------------------------- /src/common/executeCommands.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/executeCommands.ts -------------------------------------------------------------------------------- /src/common/file.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/file.ts -------------------------------------------------------------------------------- /src/common/gitUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/gitUtils.ts -------------------------------------------------------------------------------- /src/common/githubRef.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/githubRef.ts -------------------------------------------------------------------------------- /src/common/lifecycle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/lifecycle.ts -------------------------------------------------------------------------------- /src/common/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/logger.ts -------------------------------------------------------------------------------- /src/common/persistentState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/persistentState.ts -------------------------------------------------------------------------------- /src/common/protocol.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/protocol.ts -------------------------------------------------------------------------------- /src/common/remote.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/remote.ts -------------------------------------------------------------------------------- /src/common/settingKeys.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/settingKeys.ts -------------------------------------------------------------------------------- /src/common/settingsUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/settingsUtils.ts -------------------------------------------------------------------------------- /src/common/telemetry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/telemetry.ts -------------------------------------------------------------------------------- /src/common/temporaryState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/temporaryState.ts -------------------------------------------------------------------------------- /src/common/timelineEvent.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/timelineEvent.ts -------------------------------------------------------------------------------- /src/common/uri.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/uri.ts -------------------------------------------------------------------------------- /src/common/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/user.ts -------------------------------------------------------------------------------- /src/common/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/utils.ts -------------------------------------------------------------------------------- /src/common/uuid.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/uuid.ts -------------------------------------------------------------------------------- /src/common/webview.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/common/webview.ts -------------------------------------------------------------------------------- /src/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/constants.ts -------------------------------------------------------------------------------- /src/env/browser/net.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/env/browser/net.ts -------------------------------------------------------------------------------- /src/env/browser/ssh.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/env/browser/ssh.ts -------------------------------------------------------------------------------- /src/env/node/net.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/env/node/net.ts -------------------------------------------------------------------------------- /src/env/node/ssh.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/env/node/ssh.ts -------------------------------------------------------------------------------- /src/experimentationService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/experimentationService.ts -------------------------------------------------------------------------------- /src/extension.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/extension.ts -------------------------------------------------------------------------------- /src/extensionState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/extensionState.ts -------------------------------------------------------------------------------- /src/gitExtensionIntegration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/gitExtensionIntegration.ts -------------------------------------------------------------------------------- /src/gitProviders/GitHubContactServiceProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/gitProviders/GitHubContactServiceProvider.ts -------------------------------------------------------------------------------- /src/gitProviders/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/gitProviders/api.ts -------------------------------------------------------------------------------- /src/gitProviders/builtinGit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/gitProviders/builtinGit.ts -------------------------------------------------------------------------------- /src/gitProviders/gitCommands.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/gitProviders/gitCommands.ts -------------------------------------------------------------------------------- /src/gitProviders/vsls.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/gitProviders/vsls.ts -------------------------------------------------------------------------------- /src/gitProviders/vslsguest.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/gitProviders/vslsguest.ts -------------------------------------------------------------------------------- /src/gitProviders/vslshost.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/gitProviders/vslshost.ts -------------------------------------------------------------------------------- /src/github/activityBarViewProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/activityBarViewProvider.ts -------------------------------------------------------------------------------- /src/github/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/common.ts -------------------------------------------------------------------------------- /src/github/conflictGuide.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/conflictGuide.ts -------------------------------------------------------------------------------- /src/github/conflictResolutionCoordinator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/conflictResolutionCoordinator.ts -------------------------------------------------------------------------------- /src/github/conflictResolutionModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/conflictResolutionModel.ts -------------------------------------------------------------------------------- /src/github/copilotApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/copilotApi.ts -------------------------------------------------------------------------------- /src/github/copilotPrWatcher.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/copilotPrWatcher.ts -------------------------------------------------------------------------------- /src/github/copilotRemoteAgent.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/copilotRemoteAgent.ts -------------------------------------------------------------------------------- /src/github/copilotRemoteAgent/chatSessionContentBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/copilotRemoteAgent/chatSessionContentBuilder.ts -------------------------------------------------------------------------------- /src/github/copilotRemoteAgent/gitOperationsManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/copilotRemoteAgent/gitOperationsManager.ts -------------------------------------------------------------------------------- /src/github/copilotRemoteAgentUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/copilotRemoteAgentUtils.ts -------------------------------------------------------------------------------- /src/github/createPRLinkProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/createPRLinkProvider.ts -------------------------------------------------------------------------------- /src/github/createPRViewProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/createPRViewProvider.ts -------------------------------------------------------------------------------- /src/github/credentials.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/credentials.ts -------------------------------------------------------------------------------- /src/github/emptyCommitWebview.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/emptyCommitWebview.ts -------------------------------------------------------------------------------- /src/github/folderRepositoryManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/folderRepositoryManager.ts -------------------------------------------------------------------------------- /src/github/githubRepository.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/githubRepository.ts -------------------------------------------------------------------------------- /src/github/graphql.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/graphql.ts -------------------------------------------------------------------------------- /src/github/interface.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/interface.ts -------------------------------------------------------------------------------- /src/github/issueModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/issueModel.ts -------------------------------------------------------------------------------- /src/github/issueOverview.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/issueOverview.ts -------------------------------------------------------------------------------- /src/github/loggingOctokit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/loggingOctokit.ts -------------------------------------------------------------------------------- /src/github/markdownUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/markdownUtils.ts -------------------------------------------------------------------------------- /src/github/overviewRestorer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/overviewRestorer.ts -------------------------------------------------------------------------------- /src/github/prComment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/prComment.ts -------------------------------------------------------------------------------- /src/github/pullRequestGitHelper.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/pullRequestGitHelper.ts -------------------------------------------------------------------------------- /src/github/pullRequestModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/pullRequestModel.ts -------------------------------------------------------------------------------- /src/github/pullRequestOverview.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/pullRequestOverview.ts -------------------------------------------------------------------------------- /src/github/pullRequestReviewCommon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/pullRequestReviewCommon.ts -------------------------------------------------------------------------------- /src/github/queries.gql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/queries.gql -------------------------------------------------------------------------------- /src/github/queriesExtra.gql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/queriesExtra.gql -------------------------------------------------------------------------------- /src/github/queriesLimited.gql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/queriesLimited.gql -------------------------------------------------------------------------------- /src/github/queriesShared.gql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/queriesShared.gql -------------------------------------------------------------------------------- /src/github/quickPicks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/quickPicks.ts -------------------------------------------------------------------------------- /src/github/repositoriesManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/repositoriesManager.ts -------------------------------------------------------------------------------- /src/github/revertPRViewProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/revertPRViewProvider.ts -------------------------------------------------------------------------------- /src/github/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/utils.ts -------------------------------------------------------------------------------- /src/github/views.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/github/views.ts -------------------------------------------------------------------------------- /src/integrations/gitlens/gitlens.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/integrations/gitlens/gitlens.d.ts -------------------------------------------------------------------------------- /src/integrations/gitlens/gitlensImpl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/integrations/gitlens/gitlensImpl.ts -------------------------------------------------------------------------------- /src/issues/currentIssue.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/currentIssue.ts -------------------------------------------------------------------------------- /src/issues/issueCompletionProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/issueCompletionProvider.ts -------------------------------------------------------------------------------- /src/issues/issueFeatureRegistrar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/issueFeatureRegistrar.ts -------------------------------------------------------------------------------- /src/issues/issueFile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/issueFile.ts -------------------------------------------------------------------------------- /src/issues/issueHoverProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/issueHoverProvider.ts -------------------------------------------------------------------------------- /src/issues/issueLinkLookup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/issueLinkLookup.ts -------------------------------------------------------------------------------- /src/issues/issueTodoProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/issueTodoProvider.ts -------------------------------------------------------------------------------- /src/issues/issuesView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/issuesView.ts -------------------------------------------------------------------------------- /src/issues/shareProviders.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/shareProviders.ts -------------------------------------------------------------------------------- /src/issues/stateManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/stateManager.ts -------------------------------------------------------------------------------- /src/issues/userCompletionProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/userCompletionProvider.ts -------------------------------------------------------------------------------- /src/issues/userHoverProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/userHoverProvider.ts -------------------------------------------------------------------------------- /src/issues/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/issues/util.ts -------------------------------------------------------------------------------- /src/lm/issueContextProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/issueContextProvider.ts -------------------------------------------------------------------------------- /src/lm/participants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/participants.ts -------------------------------------------------------------------------------- /src/lm/participantsPrompt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/participantsPrompt.ts -------------------------------------------------------------------------------- /src/lm/pullRequestContextProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/pullRequestContextProvider.ts -------------------------------------------------------------------------------- /src/lm/tools/activePullRequestTool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/activePullRequestTool.ts -------------------------------------------------------------------------------- /src/lm/tools/copilotRemoteAgentTool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/copilotRemoteAgentTool.ts -------------------------------------------------------------------------------- /src/lm/tools/displayIssuesTool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/displayIssuesTool.ts -------------------------------------------------------------------------------- /src/lm/tools/fetchIssueTool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/fetchIssueTool.ts -------------------------------------------------------------------------------- /src/lm/tools/fetchNotificationTool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/fetchNotificationTool.ts -------------------------------------------------------------------------------- /src/lm/tools/openPullRequestTool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/openPullRequestTool.ts -------------------------------------------------------------------------------- /src/lm/tools/searchTools.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/searchTools.ts -------------------------------------------------------------------------------- /src/lm/tools/suggestFixTool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/suggestFixTool.ts -------------------------------------------------------------------------------- /src/lm/tools/summarizeIssueTool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/summarizeIssueTool.ts -------------------------------------------------------------------------------- /src/lm/tools/summarizeNotificationsTool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/summarizeNotificationsTool.ts -------------------------------------------------------------------------------- /src/lm/tools/tools.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/tools.ts -------------------------------------------------------------------------------- /src/lm/tools/toolsUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/tools/toolsUtils.ts -------------------------------------------------------------------------------- /src/lm/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/lm/utils.ts -------------------------------------------------------------------------------- /src/migrations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/migrations.ts -------------------------------------------------------------------------------- /src/notifications/notificationDecorationProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/notifications/notificationDecorationProvider.ts -------------------------------------------------------------------------------- /src/notifications/notificationItem.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/notifications/notificationItem.ts -------------------------------------------------------------------------------- /src/notifications/notificationsFeatureRegistar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/notifications/notificationsFeatureRegistar.ts -------------------------------------------------------------------------------- /src/notifications/notificationsManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/notifications/notificationsManager.ts -------------------------------------------------------------------------------- /src/notifications/notificationsProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/notifications/notificationsProvider.ts -------------------------------------------------------------------------------- /src/test/browser/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/browser/index.ts -------------------------------------------------------------------------------- /src/test/browser/runTests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/browser/runTests.ts -------------------------------------------------------------------------------- /src/test/builders.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders.test.ts -------------------------------------------------------------------------------- /src/test/builders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/README.md -------------------------------------------------------------------------------- /src/test/builders/base.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/base.ts -------------------------------------------------------------------------------- /src/test/builders/graphql/latestReviewCommitBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/graphql/latestReviewCommitBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/graphql/pullRequestBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/graphql/pullRequestBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/graphql/rateLimitBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/graphql/rateLimitBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/graphql/timelineEventsBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/graphql/timelineEventsBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/managedPullRequestBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/managedPullRequestBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/rest/combinedStatusBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/rest/combinedStatusBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/rest/organizationBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/rest/organizationBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/rest/pullRequestBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/rest/pullRequestBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/rest/refBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/rest/refBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/rest/repoBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/rest/repoBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/rest/reviewRequestsBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/rest/reviewRequestsBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/rest/teamBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/rest/teamBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/rest/timelineEventItemBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/rest/timelineEventItemBuilder.ts -------------------------------------------------------------------------------- /src/test/builders/rest/userBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/builders/rest/userBuilder.ts -------------------------------------------------------------------------------- /src/test/common/commentingRanges.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/commentingRanges.test.ts -------------------------------------------------------------------------------- /src/test/common/diff.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/diff.test.ts -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-add-2-lines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-add-2-lines -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-add-2-lines.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-add-2-lines.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-add-first-line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-add-first-line -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-add-first-line.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-add-first-line.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-add-last-line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-add-last-line -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-add-last-line-with-eol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-add-last-line-with-eol -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-add-last-line-with-eol.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-add-last-line-with-eol.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-add-last-line.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-add-last-line.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-add-line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-add-line -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-add-line.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-add-line.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-move-lines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-move-lines -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-move-lines.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-move-lines.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-remove-first-line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-remove-first-line -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-remove-first-line.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-remove-first-line.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-remove-last-line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-remove-last-line -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-remove-last-line-with-eol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-remove-last-line-with-eol -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-remove-last-line-with-eol.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-remove-last-line-with-eol.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-remove-last-line.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-remove-last-line.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-remove-line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-remove-line -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-remove-line.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-remove-line.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-replace-line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-replace-line -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/01-basic-replace-line.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/01-basic-replace-line.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/02-basicWithEol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/02-basicWithEol -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/02-basicWithEol-add-line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/02-basicWithEol-add-line -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/02-basicWithEol-add-line.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/02-basicWithEol-add-line.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/02-basicWithEol-remove-eol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/02-basicWithEol-remove-eol -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/02-basicWithEol-remove-eol.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/02-basicWithEol-remove-eol.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/02-basicWithEol-remove-last-line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/02-basicWithEol-remove-last-line -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/02-basicWithEol-remove-last-line.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/02-basicWithEol-remove-last-line.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/02-basicWithEol-shorten-file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/02-basicWithEol-shorten-file -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/02-basicWithEol-shorten-file.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/02-basicWithEol-shorten-file.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/03-large: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/03-large -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/03-large-many-changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/03-large-many-changes -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/03-large-many-changes.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/03-large-many-changes.diff -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/generate-diffs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/generate-diffs.js -------------------------------------------------------------------------------- /src/test/common/fixtures/gitdiff/sessionParsing.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/fixtures/gitdiff/sessionParsing.ts -------------------------------------------------------------------------------- /src/test/common/getModifiedContentFromDiffHunk.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/getModifiedContentFromDiffHunk.test.ts -------------------------------------------------------------------------------- /src/test/common/protocol.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/protocol.test.ts -------------------------------------------------------------------------------- /src/test/common/sessionParsing.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/sessionParsing.test.ts -------------------------------------------------------------------------------- /src/test/common/uri.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/uri.test.ts -------------------------------------------------------------------------------- /src/test/common/utils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/common/utils.test.ts -------------------------------------------------------------------------------- /src/test/extension.isSubmodule.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/extension.isSubmodule.test.ts -------------------------------------------------------------------------------- /src/test/extension.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/extension.test.ts -------------------------------------------------------------------------------- /src/test/github/copilotPrWatcher.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/copilotPrWatcher.test.ts -------------------------------------------------------------------------------- /src/test/github/copilotRemoteAgent.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/copilotRemoteAgent.test.ts -------------------------------------------------------------------------------- /src/test/github/copilotRemoteAgentUtils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/copilotRemoteAgentUtils.test.ts -------------------------------------------------------------------------------- /src/test/github/folderRepositoryManager.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/folderRepositoryManager.test.ts -------------------------------------------------------------------------------- /src/test/github/githubRepository.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/githubRepository.test.ts -------------------------------------------------------------------------------- /src/test/github/graphql.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/graphql.test.ts -------------------------------------------------------------------------------- /src/test/github/markdownUtils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/markdownUtils.test.ts -------------------------------------------------------------------------------- /src/test/github/prComment.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/prComment.test.ts -------------------------------------------------------------------------------- /src/test/github/pullRequestGitHelper.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/pullRequestGitHelper.test.ts -------------------------------------------------------------------------------- /src/test/github/pullRequestModel.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/pullRequestModel.test.ts -------------------------------------------------------------------------------- /src/test/github/pullRequestOverview.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/pullRequestOverview.test.ts -------------------------------------------------------------------------------- /src/test/github/utils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/github/utils.test.ts -------------------------------------------------------------------------------- /src/test/globalHooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/globalHooks.ts -------------------------------------------------------------------------------- /src/test/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/index.ts -------------------------------------------------------------------------------- /src/test/issues/issueTodoProvider.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/issues/issueTodoProvider.test.ts -------------------------------------------------------------------------------- /src/test/issues/issuesUtils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/issues/issuesUtils.test.ts -------------------------------------------------------------------------------- /src/test/issues/stateManager.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/issues/stateManager.test.ts -------------------------------------------------------------------------------- /src/test/lm/tools/copilotRemoteAgentTool.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/lm/tools/copilotRemoteAgentTool.test.ts -------------------------------------------------------------------------------- /src/test/mocks/inMemoryMemento.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/inMemoryMemento.ts -------------------------------------------------------------------------------- /src/test/mocks/mockCommandRegistry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/mockCommandRegistry.ts -------------------------------------------------------------------------------- /src/test/mocks/mockExtensionContext.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/mockExtensionContext.ts -------------------------------------------------------------------------------- /src/test/mocks/mockGitHubRepository.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/mockGitHubRepository.ts -------------------------------------------------------------------------------- /src/test/mocks/mockNotificationManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/mockNotificationManager.ts -------------------------------------------------------------------------------- /src/test/mocks/mockPRsTreeModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/mockPRsTreeModel.ts -------------------------------------------------------------------------------- /src/test/mocks/mockRepository.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/mockRepository.ts -------------------------------------------------------------------------------- /src/test/mocks/mockTelemetry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/mockTelemetry.ts -------------------------------------------------------------------------------- /src/test/mocks/mockThemeWatcher.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/mockThemeWatcher.ts -------------------------------------------------------------------------------- /src/test/mocks/mockWebviewEnvironment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/mockWebviewEnvironment.ts -------------------------------------------------------------------------------- /src/test/mocks/queryProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/mocks/queryProvider.ts -------------------------------------------------------------------------------- /src/test/reference-types.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/reference-types.d.ts -------------------------------------------------------------------------------- /src/test/runTests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/runTests.ts -------------------------------------------------------------------------------- /src/test/view/prsTree.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/view/prsTree.test.ts -------------------------------------------------------------------------------- /src/test/view/reviewCommentController.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/test/view/reviewCommentController.test.ts -------------------------------------------------------------------------------- /src/themeWatcher.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/themeWatcher.ts -------------------------------------------------------------------------------- /src/uriHandler.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/uriHandler.ts -------------------------------------------------------------------------------- /src/view/commentControllBase.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/commentControllBase.ts -------------------------------------------------------------------------------- /src/view/commentDecorationProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/commentDecorationProvider.ts -------------------------------------------------------------------------------- /src/view/commitsDecorationProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/commitsDecorationProvider.ts -------------------------------------------------------------------------------- /src/view/compareChangesTreeDataProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/compareChangesTreeDataProvider.ts -------------------------------------------------------------------------------- /src/view/conflictResolution/conflictResolutionTreeView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/conflictResolution/conflictResolutionTreeView.ts -------------------------------------------------------------------------------- /src/view/createPullRequestDataModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/createPullRequestDataModel.ts -------------------------------------------------------------------------------- /src/view/createPullRequestHelper.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/createPullRequestHelper.ts -------------------------------------------------------------------------------- /src/view/emojiCompletionProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/emojiCompletionProvider.ts -------------------------------------------------------------------------------- /src/view/fileChangeModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/fileChangeModel.ts -------------------------------------------------------------------------------- /src/view/fileTypeDecorationProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/fileTypeDecorationProvider.ts -------------------------------------------------------------------------------- /src/view/gitContentProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/gitContentProvider.ts -------------------------------------------------------------------------------- /src/view/gitHubContentProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/gitHubContentProvider.ts -------------------------------------------------------------------------------- /src/view/githubFileContentProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/githubFileContentProvider.ts -------------------------------------------------------------------------------- /src/view/inMemPRContentProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/inMemPRContentProvider.ts -------------------------------------------------------------------------------- /src/view/prChangesTreeDataProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/prChangesTreeDataProvider.ts -------------------------------------------------------------------------------- /src/view/prStatusDecorationProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/prStatusDecorationProvider.ts -------------------------------------------------------------------------------- /src/view/progress.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/progress.ts -------------------------------------------------------------------------------- /src/view/prsTreeDataProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/prsTreeDataProvider.ts -------------------------------------------------------------------------------- /src/view/prsTreeModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/prsTreeModel.ts -------------------------------------------------------------------------------- /src/view/pullRequestCommentController.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/pullRequestCommentController.ts -------------------------------------------------------------------------------- /src/view/pullRequestCommentControllerRegistry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/pullRequestCommentControllerRegistry.ts -------------------------------------------------------------------------------- /src/view/quickpick.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/quickpick.ts -------------------------------------------------------------------------------- /src/view/readonlyFileSystemProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/readonlyFileSystemProvider.ts -------------------------------------------------------------------------------- /src/view/repositoryFileSystemProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/repositoryFileSystemProvider.ts -------------------------------------------------------------------------------- /src/view/reviewCommentController.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/reviewCommentController.ts -------------------------------------------------------------------------------- /src/view/reviewManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/reviewManager.ts -------------------------------------------------------------------------------- /src/view/reviewModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/reviewModel.ts -------------------------------------------------------------------------------- /src/view/reviewsManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/reviewsManager.ts -------------------------------------------------------------------------------- /src/view/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/theme.ts -------------------------------------------------------------------------------- /src/view/treeDecorationProviders.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeDecorationProviders.ts -------------------------------------------------------------------------------- /src/view/treeNodes/categoryNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/categoryNode.ts -------------------------------------------------------------------------------- /src/view/treeNodes/commitNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/commitNode.ts -------------------------------------------------------------------------------- /src/view/treeNodes/commitsCategoryNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/commitsCategoryNode.ts -------------------------------------------------------------------------------- /src/view/treeNodes/directoryTreeNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/directoryTreeNode.ts -------------------------------------------------------------------------------- /src/view/treeNodes/fileChangeNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/fileChangeNode.ts -------------------------------------------------------------------------------- /src/view/treeNodes/filesCategoryNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/filesCategoryNode.ts -------------------------------------------------------------------------------- /src/view/treeNodes/pullRequestNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/pullRequestNode.ts -------------------------------------------------------------------------------- /src/view/treeNodes/repositoryChangesNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/repositoryChangesNode.ts -------------------------------------------------------------------------------- /src/view/treeNodes/treeNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/treeNode.ts -------------------------------------------------------------------------------- /src/view/treeNodes/treeUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/treeUtils.ts -------------------------------------------------------------------------------- /src/view/treeNodes/workspaceFolderNode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/treeNodes/workspaceFolderNode.ts -------------------------------------------------------------------------------- /src/view/webviewViewCoordinator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/src/view/webviewViewCoordinator.ts -------------------------------------------------------------------------------- /tsconfig.base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/tsconfig.base.json -------------------------------------------------------------------------------- /tsconfig.browser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/tsconfig.browser.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tsconfig.scripts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/tsconfig.scripts.json -------------------------------------------------------------------------------- /tsconfig.test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/tsconfig.test.json -------------------------------------------------------------------------------- /tsconfig.webviews.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/tsconfig.webviews.json -------------------------------------------------------------------------------- /tsfmt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/tsfmt.json -------------------------------------------------------------------------------- /webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webpack.config.js -------------------------------------------------------------------------------- /webviews/activityBarView/app.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/activityBarView/app.tsx -------------------------------------------------------------------------------- /webviews/activityBarView/exit.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/activityBarView/exit.tsx -------------------------------------------------------------------------------- /webviews/activityBarView/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/activityBarView/index.css -------------------------------------------------------------------------------- /webviews/activityBarView/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/activityBarView/index.ts -------------------------------------------------------------------------------- /webviews/activityBarView/overview.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/activityBarView/overview.tsx -------------------------------------------------------------------------------- /webviews/common/aria.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/common/aria.ts -------------------------------------------------------------------------------- /webviews/common/cache.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/common/cache.ts -------------------------------------------------------------------------------- /webviews/common/common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/common/common.css -------------------------------------------------------------------------------- /webviews/common/context.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/common/context.tsx -------------------------------------------------------------------------------- /webviews/common/createContextNew.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/common/createContextNew.ts -------------------------------------------------------------------------------- /webviews/common/errorBoundary.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/common/errorBoundary.tsx -------------------------------------------------------------------------------- /webviews/common/events.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/common/events.ts -------------------------------------------------------------------------------- /webviews/common/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/common/hooks.ts -------------------------------------------------------------------------------- /webviews/common/label.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/common/label.tsx -------------------------------------------------------------------------------- /webviews/common/message.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/common/message.ts -------------------------------------------------------------------------------- /webviews/components/automergeSelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/automergeSelect.tsx -------------------------------------------------------------------------------- /webviews/components/comment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/comment.tsx -------------------------------------------------------------------------------- /webviews/components/contextDropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/contextDropdown.tsx -------------------------------------------------------------------------------- /webviews/components/diff.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/diff.tsx -------------------------------------------------------------------------------- /webviews/components/dropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/dropdown.tsx -------------------------------------------------------------------------------- /webviews/components/header.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/header.tsx -------------------------------------------------------------------------------- /webviews/components/icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/icon.tsx -------------------------------------------------------------------------------- /webviews/components/merge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/merge.tsx -------------------------------------------------------------------------------- /webviews/components/reviewer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/reviewer.tsx -------------------------------------------------------------------------------- /webviews/components/sidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/sidebar.tsx -------------------------------------------------------------------------------- /webviews/components/space.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/space.tsx -------------------------------------------------------------------------------- /webviews/components/timeline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/timeline.tsx -------------------------------------------------------------------------------- /webviews/components/timestamp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/timestamp.tsx -------------------------------------------------------------------------------- /webviews/components/user.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/components/user.tsx -------------------------------------------------------------------------------- /webviews/createPullRequestViewNew/app.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/createPullRequestViewNew/app.tsx -------------------------------------------------------------------------------- /webviews/createPullRequestViewNew/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/createPullRequestViewNew/index.css -------------------------------------------------------------------------------- /webviews/createPullRequestViewNew/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/createPullRequestViewNew/index.ts -------------------------------------------------------------------------------- /webviews/editorWebview/app.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/editorWebview/app.tsx -------------------------------------------------------------------------------- /webviews/editorWebview/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/editorWebview/index.css -------------------------------------------------------------------------------- /webviews/editorWebview/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/editorWebview/index.ts -------------------------------------------------------------------------------- /webviews/editorWebview/overview.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/editorWebview/overview.tsx -------------------------------------------------------------------------------- /webviews/editorWebview/test/app.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/editorWebview/test/app.test.tsx -------------------------------------------------------------------------------- /webviews/editorWebview/test/builder/account.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/editorWebview/test/builder/account.ts -------------------------------------------------------------------------------- /webviews/editorWebview/test/builder/pullRequest.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/webviews/editorWebview/test/builder/pullRequest.ts -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-pull-request-github/HEAD/yarn.lock --------------------------------------------------------------------------------