juanfranblanco / vscode-solidity

Visual Studio Code language support extension for Solidity smart contracts in Ethereum https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity
MIT License
904 stars 194 forks source link

Add `0.8.20` support #408

Closed pcaversaccio closed 3 months ago

pcaversaccio commented 1 year ago

Any plans to support Solidity version 0.8.20 by default? Or is the intention to wait until most EVM chains adopted PUSH0?

image

juanfranblanco commented 1 year ago

Yes, that is correct, well at least until everyone is more aware.

juanfranblanco commented 1 year ago

@pcaversaccio (and everyone checking this out) also note that "latest " defaults to 19, 20 needs to be set manually.

pcaversaccio commented 1 year ago

thanks for the ping!