From eaff647c8be2c15965cf9d24a1a9bb83a39b58d5 Mon Sep 17 00:00:00 2001 From: Marco Lipparini Date: Wed, 8 Jun 2022 13:38:58 +0200 Subject: [PATCH] Setting custom compiler version on Solidity extension --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8a5ece6a1..e0e69f6fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "solidity.packageDefaultDependenciesDirectory": "smart-contract/node_modules", + "solidity.compileUsingRemoteVersion": "0.8.9", "editor.tabSize": 2 } \ No newline at end of file