gitcode-pull-requestGitCode pull request and issue integration for Visual Studio Code. This extension adds a GitCode activity bar for reviewing pull requests, triaging issues, and sending repository context into Copilot chat without leaving VS Code. Features
Requirements
Supported remote examples:
Getting Started
If the workspace remote is not hosted on
ViewsThe extension contributes one activity bar container with these views:
Pull request tree categories:
Issue tree categories:
Overview pages support:
CommandsCommon commands:
Contextual commands are also available from tree items and pull request comment threads, including file open actions, issue URL copy, diff comment submit, and resolve or unresolve actions. Extension Settings
Settings:
PermissionsThe extension evaluates repository roles and ownership before enabling write flows. In practice this means create, edit, merge, reviewer, tester, approver, and branch actions stay aligned with the current repository permissions instead of failing only after submission. DevelopmentInstall dependencies:
Compile:
Watch:
Package:
Run tests:
ArchitectureThe extension is split into four main areas:
See: LicenseThis project is licensed under the MIT License. It is designed with reference to Microsoft's Known Issues
|