Open RobDover opened 8 months ago
same is happening for macOs
https://github.com/ankitbko/vscode-pull-request-azdo/issues/87
+1
+1
+1
+1
Any updates here? Do you need more info etc? #87 was closed by the author, but the problem still persists for me at least. Makes the extension unusable.
+1
+1
For anyone looking for a fix. I reviewed @danigt91 PR to fix that issue.
Since I don't really know how to code VSCode extesions, I just hacked into the installed compiled file %userprofile%\.vscode\extensions\ankitbko.vscode-pull-request-azdo-0.2.2\dist\extension.js
. Searched for endOffset
and startOffset
in the file and set its value to 1. Saved the file, reload VSCode. Boom, now its working
Steps to Reproduce:
I see the following error message pop up:
I've tried a few different things to see if there are some cases where it does work and others where it doesn't, but it seems pretty consistent:
Unclear exactly what's causing this, but it would be great to have this resolved! I think this extension is a great idea and would like to evangelise it across my org. Don't feel I can do that if I can't get it to work locally though :(.