Closed albertschulz closed 2 years ago
CI is failing for the extension packaging step since November 2021. Back then, a new vsce version was released, requiring nodejs > 14. https://github.com/microsoft/vscode-vsce/releases/tag/v2.0.0
This commit explicitly specifyies the version before this major change, for compatibility reasons.
Thanks for submitting a fix!
Thanks for this tool in general. It helps me a lot. :)
CI is failing for the extension packaging step since November 2021. Back then, a new vsce version was released, requiring nodejs > 14. https://github.com/microsoft/vscode-vsce/releases/tag/v2.0.0
This commit explicitly specifyies the version before this major change, for compatibility reasons.