hyperledger / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.25k stars 208 forks source link

vscode: Use same solang for language server as for compilation on command line #1554

Closed seanyoung closed 11 months ago

seanyoung commented 11 months ago

We've had complaints that the extension gives different errors and warnings than solang on the command line. Use solang from the path and only download solang if it can not be found.

Fixes https://github.com/hyperledger/solang/issues/1444

seanyoung commented 11 months ago

Cc @chioni16