vscode-solidity: Using local or remote solc doesn't seem to work
As described in the documentation, I added "solidity.compileUsingRemoteVersion" or "solidity.compileUsingLocalVersion" to User Settings, but when I compile a contract, it looks like the compiler is still the latest version, not the version I specified in settings.
VSCode version 1.16.0, vscode-solidity version 0.0.29
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 23 (15 by maintainers)
Commits related to this issue
- #33 root path was set to build directory — committed to juanfranblanco/vscode-solidity by juanfranblanco 7 years ago
I have the same problem. Is this fix going to be released soon? Thanks @juanfranblanco