ankitbko / vscode-pull-request-azdo

Azure Devops Pull Requests for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ankitbko.vscode-pull-request-azdo
MIT License
65 stars 23 forks source link

Cannot checkout review mode #5

Closed abdulkareemnalband closed 3 years ago

abdulkareemnalband commented 3 years ago

Issue Type: Bug

Cannot checkout review mode

git config

$> git remote  get-url origin --all
git@ssh.dev.azure.com:v3/figg/Decisions/Decisions.Web

config

        "azdoPullRequests.defaultMergeMethod": "Rebase",
        "azdoPullRequests.orgUrl": "https://dev.azure.com/figg",
        "azdoPullRequests.projectName": "Decisions",
        "azdoPullRequests.pullRequestDescription": "ask",
        "azdoPullRequests.remotes": [
            "origin"
        ]
logs
[Info] PAT token is not provided
[Info] Looking for git repository
[Info] Git repository found, initializing review manager and pr tree view.
[Info] Review> Validate state in progress
[Info] Review> Validating state...
[Info] Found GitHub remote
[Info] Review> no matching pull request metadata found for current branch tasks/4887-upgrade-froala
[Info] Review> no matching pull request metadata found on GitHub for current branch tasks/4887-upgrade-froala
[Info] PAT token is not provided
[Info] Review> Queuing additional validate state
[Info] Review> Validating state...
[Info] Found GitHub remote
[Info] Review> Queuing additional validate state
[Info] Review> no matching pull request metadata found for current branch tasks/4887-upgrade-froala
[Info] Warning: no result data for _git/Decisions.Web for search: {"sourceRefName":"tasks/4887-upgrade-froala"}
[Info] Review> no matching pull request metadata found on GitHub for current branch tasks/4887-upgrade-froala
[Info] Review> Validating state...
[Info] Found GitHub remote
[Info] Review> no matching pull request metadata found for current branch tasks/4887-upgrade-froala
[Info] Warning: no result data for _git/Decisions.Web for search: {"sourceRefName":"tasks/4887-upgrade-froala"}
[Info] Review> no matching pull request metadata found on GitHub for current branch tasks/4887-upgrade-froala
[Info] Review> switch to Pull Request #3427 - start
[Info] PullRequestGitHelper> Branch pr/kasturi.sharma@meetingdecisions.com/3427 is from a fork. Create a remote first.
[Info] PullRequestGitHelper> create remote for https://figg.visualstudio.com/_git/decisions.web.
[Info] Review> checkout failed #{"message":"Failed to execute git","stdout":"","stderr":"ssh: connect to host figg.visualstudio.com port 22: Network is unreachable\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n","exitCode":128,"gitErrorCode":"RemoteConnectionError","gitCommand":"fetch","gitArgs":["fetch","_git","bugs/5808-412-pre-conditioned-failed:pr/kasturi.sharma@meetingdecisions.com/3427","--depth=1"]}
[Info] Review> Queuing additional validate state
[Info] Review> Validating state...
[Info] Found GitHub remote
[Info] Review> no matching pull request metadata found for current branch tasks/4887-upgrade-froala
[Info] Warning: no result data for _git/Decisions.Web for search: {"sourceRefName":"tasks/4887-upgrade-froala"}
[Info] Review> no matching pull request metadata found on GitHub for current branch tasks/4887-upgrade-froala

Extension version: 0.0.5 VS Code version: Code - Insiders 1.53.0-insider (1a6eef3170be2a11751ee50d450328d458f7bfac, 2021-01-15T05:15:40.826Z) OS version: Windows_NT x64 10.0.19042

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (8 x 1992)| |GPU Status|2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
protected_video_decode: enabled
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|15.75GB (8.27GB free)| |Process Argv|D:\\repo\\Decisions.Web\\web.code-workspace --crash-reporter-id 690ad1b7-c84f-4e12-b9a4-ec7eef81099e| |Screen Reader|no| |VM|0%|
ankitbko commented 3 years ago

Fixed. Released version 0.0.6. However you will need to update your vscode to 1.53.0-insider which got released earlier today.

abdulkareemnalband commented 3 years ago

Thanks again works like a charm