GitHub Extension for Visual Studio version: 2.10.7.8114
Visual Studio Code version: 1.39.2
Attempting to install the GitHub extension into Visual Studio Code fails with a "extension/package.json not found inside zip." error.
Notes about this issue:
Steps to reproduce: (from within VS Code)
(This assumes you have downloaded the extension and have saved it somewhere on your local machine)
There doesn't seem to be any indication that the GitHub Extension for Visual Studio extension is incompatible with VS Code. If this true, perhaps this should be made clear both on GitHub and on the download site for the extension.
Thanks!
Seeing same issue on VSCode 1.40.2 on Ubuntu. Will try on W10 and see if it happens there as well
I tried it on Version: 1.41.1 on windows 10 (OS: Windows_NT x64 10.0.18362) and I had the same problem.
Also on 1.41.1 on Windows 10 with the same issue.
This extension is built for Microsoft Visual Studio, which is the full IDE by Microsoft. Visual Studio Code is an open source text-editor also made by Microsoft. Extensions built for Visual Studio will not work for Visual Studio Code or vice versa.
It is easy to confuse these two, since Microsoft used the same logo (different colours) and nearly the same names for each application.
Please see this StackOverflow query for more information.
Thanks for letting them know @mavaddat! 馃憤
Most helpful comment
This extension is built for Microsoft Visual Studio, which is the full IDE by Microsoft. Visual Studio Code is an open source text-editor also made by Microsoft. Extensions built for Visual Studio will not work for Visual Studio Code or vice versa.
It is easy to confuse these two, since Microsoft used the same logo (different colours) and nearly the same names for each application.
Please see this StackOverflow query for more information.