You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some packages do not adhere to the expected convention during remove.
We are expected to pass publisher.extension-1.0.0 or publisher.extensionParseExtensionID uses regex capture groups to split this string or "id"
May be better placed just to pass in Publisher/extension/version (optional) as seperate args.
Or introduce a breaking change like using a different char maybe + to replace - for version identifier
I think maybe we change this to @, the - was initially done to match VS Code but I think there was a misunderstanding as VS Code actually uses @ (or maybe they ran into the same bug and changed it).
Description
Some packages do not adhere to the expected convention during remove.
We are expected to pass
publisher.extension-1.0.0
orpublisher.extension
ParseExtensionID uses regex capture groups to split this string or "id"May be better placed just to pass in Publisher/extension/version (optional) as seperate args.
Or introduce a breaking change like using a different char maybe
+
to replace-
for version identifierExample Extensions
The text was updated successfully, but these errors were encountered: