-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update VS Code plugin with new version of solc compiler #5
Comments
Any update on this please ? |
I'll look into using the remote solc compiler so it doesn't need to be updated for each new compiler version. |
I'm getting this error : ParserError: Source file requires different compiler version (current compiler is 0.7.4+commit.3f05b770.Emscripten.clang) - note that nightly builds are considered to be strictly less than the released version I'm new with solidity, How could I change the compiler version ? is it related to this subject ? |
@MiletoCarmelo yes, you're trying to compile a solidity file where the solc version is higher than the compiler packaged into this extension. |
@cryptoflop any specific solution? I've tried to replace the solc manually but found nowhere to modify , thanks! |
Compiler is outdated. Would be great if you can update it to the current version ; ) |
Please push changes to the vs code plugin, it seems to be old one still
The text was updated successfully, but these errors were encountered: