Skip to content

Getting InvalidExtensionManifestException while installing the developed vscode extension. #1254

Discussion options

You must be logged in to vote

Hi @sairaja,

I worked with copilot on this one and it returned an explanation along with a series of steps to try out. Let me know if the following helped & if not, reopen.

The error log you've provided points to a Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException, specifically mentioning that the Identity element has an invalid value for the Version attribute. This exception is thrown during the parsing of the extension's manifest file (.vsixmanifest), indicating that the version string provided does not conform to the expected format.

Root Cause Analysis

  1. Invalid Version Format: The core of the issue lies in the Version attribute of the Identity element within t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by theReynald
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants