@@ -87,10 +87,8 @@ compiler version is to add the following fields to your VSCode user settings:
```json
{
- ...
"solidity.compileUsingRemoteVersion": "v0.8.3+commit.8d00100c",
- "solidity.defaultCompiler": "remote",
+ "solidity.defaultCompiler": "remote"
}
```