Skip to content

Not able to open associated pull request to commits #4054

@alZyad

Description

@alZyad

Description

This issue is similar to this one : #3875

running "Open Associated Pull Request" does nothing, except i don't even see a loader, and on top of that i see no option to open the pull request from the hover menu.

  • I checked that the commit has an associated pull request by copying the commit SHA
  • I have the options for opening pull request enabled in the settings
  • i don't know how to check that specifically Gitlens is connected to the repo, but vs code is
  • on the gitlens output tab, there are no logs when i try to open associated pull request

Reproducing

Integration is not connected. Nothing happens because it exits when it sees that there isn't a connected integration.

In OpenPullRequestOnRemoteCommand.execute()

const integration = await remote?.getIntegration();
if (integration == null) return;

GitLens Version

16.3.0

VS Code Version

Version: 1.97.1 (Universal)
Commit: e249dada235c2083c83813bd65b7f4707fb97b76
Date: 2025-02-10T13:13:58.153Z
Electron: 32.2.7
ElectronBuildId: 10660205
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.2.0

Git Version

git version 2.47.1

Logs, Screenshots, Screen Captures, etc

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    customer-reported(To be added by automation)triageNeeds to be looked at

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions