eclipse-theia / vscode-builtin-extensions

Built-in VS Code extensions for Theia
Other
69 stars 36 forks source link

Uplift `ovsx 0.2.1` (vsce 1.97.0) #114

Closed alvsan09 closed 1 year ago

alvsan09 commented 1 year ago

The current ovsx dependency is at version 0.2.1 which bring the vsce cli at version 1.97.0, Theia is close to achieve compatibility with vscode api v1.77.2, which uses vsce cli v2.16.0.

The use of an old vsce may bring unexpected issues as the structure of the plugins is evolving. The latest version of ovsx is at 0.8.1 and depends on vsce v2.15.0, this update would be a good next step.