Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
569 stars 60 forks source link

Recent releases not available as .vsix #86

Open brooklynbagel opened 2 years ago

brooklynbagel commented 2 years ago

According to method 3 from the installation section of the README, I should be able to download the compiled extension as a .vsix file from https://github.com/ConsenSys/vscode-solidity-auditor/releases. However, for the latest two releases (0.1.1 and 0.1.0) they are only available as source zip files and tarballs.

Edit: I notice the .vsix file is available on the VSCode Marketplace, but it may be nice to have it available on GitHub too if possible.

tintinweb commented 2 years ago

Hey @brooklynbagel,

that would make sense, yes. I'll keep this open as a reminder to update the publishing script to also upload the vsix as an artifact.

cheers

brooklynbagel commented 2 years ago

@tintinweb not sure if the publishing script lives outside this repo (I couldn't find anything), but I'd be happy to put in the bones of something with GitHub Actions or whatever CI tool you might use if you're accepting contributors for that part.

tintinweb commented 2 years ago

Hey @brooklynbagel,

it's a manual process right now mainly because I do not want to store account secrets with the github. It would, however, make sense to formalize this process as a github action someday 🤔 I'll get back to you if that's okay? 🙌