-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
empty content since vscode v1.50 #2206
Comments
Same issue in macOS Big Sur Beta 9 |
Same issue in macOS Catalina 10.15.7. In the developer tools console I see this:
|
Looking at my console I see this error when I run "GitHub Pull Requests: Configure": |
Same here, sadly this was the only option left to use this with GHE |
Same here... I really would be open to any solution to be able to keep using 0.15.0 but downgrading vscode as well is just not acceptable. |
Same here.. |
I've pretty much given up on this extension and gone back to the command line with gh-cli https://cli.github.com/ |
Same issue. I only use the old version of the extension because of enterprise support there. It really disappoints me that the newest VS Code version breaks it. At least before I could keep using the old version but now that the workaround has disappeared, it's extremely frustrating. |
I was having the same problem with extension version
This bug has been fixed by minor release: |
I don't know what mean. This issue applies to non github.com connections. --> Connections to selfhosted github enterprise servers. "githubPullRequests.hosts": [
{
"host": "https://my.github-enterprise-server.com/",
"username": "myuser",
"token": "MYTOKEN"
}
], to the config. |
Then maybe there are two bug reports intermingled here: I was having the described issues as soon as i switched to 0.50:
To be clear, it did apply to connections to github.com for me, and my company uses gitlab so can't test with an enterprise server. When I updated to 0.20.1 manually from the marketplace, it started working again. I don't see any mention about GH enterprise server in your bug report other than this is why you are forced to use a very old extensions version of 0.15.0. So, just for the sake of closure: It might just be that you could get a running 0.15.1 version by cherry-picking the commits from 0.20.0...release/0.20 over to 0.15.0. |
The release notes for extension v0.20.1 states clearly that the issue was fixed, so it's normal if it started working gain for you. I tried it now myself and it indeed appears to be working again. |
Worth noting on that idea, that an onto rebase applies cleanly except for a naming conflict in one place, but it would take me longer than i have beef in it to figure out whether this can be made to work. |
@burkeholland Can you create a new issue for this, and include any output in the console when you run "Developer: Open Webview Developer Tools" while this blank view is open? |
Haven't seen this in a while, so closing. Please comment with logs from the console and "GitHub Pull Request" if you see again. |
duplicate of #3022 |
Since the vscode update from 1.49 to 1.50 the extension shows no longer any content and so can't be used:
The text was updated successfully, but these errors were encountered: