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
66 stars 22 forks source link

No remotes match current settings when repository is set using ssh #3

Closed abdulkareemnalband closed 3 years ago

abdulkareemnalband commented 3 years ago

Issue Type: Bug

  1. clone a repository using ssh
  2. install and configure extenstion
  3. extension does not work

Extension version: 0.0.3 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 (7.56GB 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

Thank you for reporting the issue. It seems the host for ssh cloned repo is different. I have added the following two urls to allowed list - ssh.dev.azure.com and vs-ssh.visualstudio.com and released a new version of extension 0.0.4. Please update and try again.

abdulkareemnalband commented 3 years ago

Thanks this issue is fixed but there is another issue reported separatly