hirosystems / clarinet

Write, test and deploy high-quality smart contracts to the Stacks blockchain and Bitcoin.
https://hiro.so/clarinet
GNU General Public License v3.0
307 stars 141 forks source link

DAP: Prompt user when required version of clarinet is not installed #611

Open obycode opened 2 years ago

obycode commented 2 years ago

Currently, if you install the Clarity VSCode extension, but clarinet is not installed, there is no indication of that problem to the user, but the tool does not work. It would be good if the tool could prompt the user to install/update clarinet (other extensions definitely do this sort of thing).

This dependency should also be added to the README under editors/code/README.md.

blockstack-devops commented 2 years ago

:tada: This issue has been resolved in version 0.6.0-develop.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

obycode commented 2 years ago

This fix is in release 0.6.2 but it doesn't seem to work in production the way it works when debugging. Reopening to look at it again later.

hugocaillard commented 2 years ago

I updated the title since this issue only concerns the DAP now (until we embed it in the extension through WASM)

smcclellan commented 1 year ago

@hugocaillard Is this still relevant?