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
There is an issue when attempting to resolve the Gradle for Java causing the extension to never be published at a newer version. This means that only a single version exists on Open-VSX (~5 month old pre-release version).
The extension is referenced under extensions.json but there are issues resolving the extension during CI:
We had issues with this extension before, don't recall the detail, which is why I published the one version. I've just updated it with the latest. Though, this won't resolve the auto publishing.
Description
There is an issue when attempting to resolve the Gradle for Java causing the extension to never be published at a newer version. This means that only a single version exists on Open-VSX (~5 month old pre-release version).
The extension is referenced under
extensions.json
but there are issues resolving the extension during CI:publish-extensions/extensions.json
Lines 1425 to 1427 in 6c39f3f
Reason
The extension cannot be resolved due to a couple of reasons:
package.json
) can be found under the/extensions
folder https://github.com/microsoft/vscode-gradle/tree/develop/extension not the root of the repository like theextensions.json
references https://github.com/microsoft/vscode-gradleAdditional Information
vscode-gradle
not up-to-date after repo migration #730cc @kineticsquid
The text was updated successfully, but these errors were encountered: