devspaces-images icon indicating copy to clipboard operation
devspaces-images copied to clipboard

VSCode Version mismatch between Dev Spaces and Repository

Open aboukhal opened this issue 1 year ago • 0 comments

The Branch for Dev Spaces 3.15 points to the vscode version 1.92.0

https://github.com/redhat-developer/devspaces-images/blob/040aa80b26dcc13d77e2dd0f8b0ebfa3272f826d/devspaces-code/code/package.json#L3

This does not match the version of vscode that gets installed with the most up to date Dev Spaces Operator 3.15. The installed version is 1.87.0.

This leads to a broken Plugin Registry build because the plugins it checks and claims as "compatible" are actually not compatible (example ms-pyrite.pyrite, which needs at least version 1.89.0).

aboukhal avatar Aug 28 '24 11:08 aboukhal