VS Code extention not working #720
NiranjanGanesh17
started this conversation in
General
Replies: 1 comment 1 reply
-
@NiranjanGanesh17 if you install the vscode extension, then that does not mean you have solang in your path, iow. available on the command line. If you want to use solang on the command line then it is best to download it from here: https://github.com/hyperledger-labs/solang/releases/tag/v0.1.10 You need to do In order to install solang from the github source, you need to install llvm first, see https://solang.readthedocs.io/en/latest/installing.html#installing-the-llvm-libraries |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After installing VS code extention i can't get the version of the "solang" , im unable to use solang
After this i tried building from the github, im getting the following error
Beta Was this translation helpful? Give feedback.
All reactions