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
Since the marketplace provides version 0.11.2; I want to start and build it using vsce and use the latest release - which is 0.11.3 (assuming it's currently the HEAD on master).
However, the "version" shown in package.json is still 0.11.1
Should I just specify it during the build like this: vsce package 0.11.3?
...or am I missing something? since the features of 0.11.3 are clearly present on the HEAD.
The text was updated successfully, but these errors were encountered:
Hi,
Since the marketplace provides version 0.11.2; I want to start and build it using vsce and use the latest release - which is 0.11.3 (assuming it's currently the HEAD on master).
However, the
"version"
shown inpackage.json
is still 0.11.1Should I just specify it during the build like this:
vsce package 0.11.3
?...or am I missing something? since the features of 0.11.3 are clearly present on the HEAD.
The text was updated successfully, but these errors were encountered: