Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Opening a context menu takes 1-2 secs when project is not hosted on github #420
Comments
|
@0x4d4 Thank you so much for the report! We support enterprise github instances as wel, which are not hosted on github.com, so we can't rely on urls alone. The context menus should be timing our early though, to not block the UI, it should only be delaying things for 250ms at most. We'll look into it! |
|
I debugged this scenario, I'm not sure if the bug existed previously, but currently I can confirm the |
|
I too am unable to reproduce this in the latest version of the extension, so closing. @0xd4d please re-open if you're still having this problem. |
Version: 2.0 Beta 1
VS Version: VS 2015 Update 3
Expected Behavior:
Context menu opens immediately
Actual Behavior:
Context menu is shown after 1-2 seconds.
The reason is that the extension gets NotFound result back from the server.
If the extension is only meant to support github.com, then perhaps it should ignore any other sites.
The text was updated successfully, but these errors were encountered: