-
Notifications
You must be signed in to change notification settings - Fork 684
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
InvalidExtensionManifestException when installing omnisharp-vscode #217
Comments
It sounds like you are trying to double click the .vsix. That isn't going to work as far as I know -- that would try and install the .vsix into Visual Studio. You want to File->Open it from VS Code. |
Hum, okay, thanks for the tip! 😄 IMHO, it's not super intuitive and would deserve a remark somewhere in a troubleshooting section. That said, I guess it's not specific to omnisharp and impacts basically every other extension (sounds like a bad design decision from the VS Code team). |
Sure, I can add a note to the document tomorrow. I am assuming you were following http://aka.ms/vscclrdogfood? |
Okay, I added a quick note now actually. |
Yep. The related instruction ( |
Thanks 👏 |
When installing omnisharp-vscode, the VSIX installer crashes with the following message:
Removing the "rc" modifier in the manifest file seems to work around this issue:
The text was updated successfully, but these errors were encountered: