microsoft / vscode-java-test

Run and debug Java test cases in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test
Other
298 stars 129 forks source link

Missing release asset file #1594

Closed williamboman closed 1 year ago

williamboman commented 1 year ago

Hello! This software is being distributed to Neovim users via https://github.com/mason-org/mason-registry by pulling the release assets. The latest 0.39.1 release seems to be missing the asset file and I'm wondering if this was intentional. If it is intentional I'd much appreciate any guidance for how to package this outside of VSCode.

Current Result

No asset file available for release 0.39.1.

Expected Result

An asset file to be present as with prior releases.

Additional Informations
jdneo commented 1 year ago

Hi @williamboman,

You can build by your own and it's very simple. You can refer to the GitHub Action yaml: https://github.com/microsoft/vscode-java-test/blob/main/.github/workflows/build.yml.

Feel free to let me know if you meet any problems.

williamboman commented 1 year ago

Alright, thanks! Do I understand things correctly that assets won't be provided via GitHub releases going forward?

nickzhums commented 1 year ago

Correct. Please use the provided steps to generate the assets, and feel free to let us know if you have any questions