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.
Extension doesn't recognize my project as existing on GitHub #1709
Comments
|
Actually this error does look a bit interesting:
My username is jaredpar, not jaredpa. Not sure if that's just a log trimming issue though. |
|
Hi @jaredpar! Thanks for getting in touch. This is something that happens occasionally, and we've not got to the bottom of it, so I'm going to do a dump here of all the relevant information for future reference. SQLite is failing to load the native dll, This problem has ben reported before in: And with another extension: |
|
The error message as it stands today doesn't include the fully probed path, so not having @jaredpar We haven't been able to reproduce this problem, so hopefully you can help us finally track it down for good. I'm putting together a build with better error messages and a bit more robustness in loading sqlite, if you'd be willing to give it a try? |
|
Happy to help. Just let me know when the build is available and what other
info you need.
…On Wed, May 30, 2018 at 3:55 AM Andreia Gaita ***@***.***> wrote:
The error message as it stands today doesn't include the fully probed
path, so not having x86 in the log is expected.
@jaredpar <https://github.com/jaredpar> We haven't been able to reproduce
this problem, so hopefully you can help us finally track it down for good.
I'm putting together a build with better error messages and a bit more
robustness in loading sqlite, if you'd be willing to give it a try?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1709 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAI-FxhmbmJETX5rJS8jzl_ddz7W6e3Wks5t3nqZgaJpZM4USPWG>
.
|
|
Any updates here? The extension is essentially unusable in it's current state. |
|
I'm so sorry, it's been a rather crazy week around here and I dropped the ball on this |
|
@jaredpar Try the v2.5.2.2803 vsix build at https://ci.appveyor.com/project/github-windows/visualstudio/build/2.5.2.2803/artifacts. It should either work or at least provide better error results. |
|
@shana no problem on the delay. I tried that build out and it didn't address my problem. But I did end up finding a way to solve it. The key was adding a remote named "origin". Previously I had two remotes that looked like this: C:\Users\jaredpar\code\VsVim> git remote -v
jaredpar https://github.com/jaredpar/VsVim.git (fetch)
jaredpar https://github.com/jaredpar/VsVim.git (push)
rick https://github.com/ricksladkey/VsVim.git (fetch)
rick https://github.com/ricksladkey/VsVim.git (push)Once I added "origin" that just pointed to the same place as "jaredpar" then the extension started working immediately. |
|
Coincidentally I'm currently working on this part of the code-base. We assume that the GitHub repository associated with the local repository is pointed to by a remote called Showing a link to and PRs from What do you think? |
|
That makes sense to me. |
|
@jaredpar Could you upload your log with this new build? I'm still curious to see if the sqlite exceptions have stopped |
Sure thing. Will try and get that to you tonight. Sorry for the delay. Been out of town for a week with limited email. |
|
@jcansdale
|
|
I think that experience would be perfect. The inability to specify the remote to use is a tad bit annoying. But I also realize not having |
|
Agree, that would be helpful. |

When I open VsVim in Visual Studio the GitHub extension window puts up the message:
This is certainly not true😄
As an experiment I hit the "Get Started" button and attempted to publish it hoping it would get the extension to reset a bit and find the extension. The publish failed with "there is already a repository with this name" yet it still won't connect it in Visual Studio.
I looked through the extension.log file a bit and there are too many errors for me to track down this particular problem. Or give me a hint as to what is going on.
Extension log file: https://gist.github.com/jaredpar/ee2c7110c5529e9cde6e67b048d5e925
The text was updated successfully, but these errors were encountered: