Validation blocked Error in Vs code #2295
-
| I have had this Validation blocked error for so long whenever I try to write code in vs code!! | 
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 9 replies
-
| @Agastya221 : Have you turned on your Restricted Mode ? | 
Beta Was this translation helpful? Give feedback.
-
| @Agastya221 | 
Beta Was this translation helpful? Give feedback.
-
| Now there is some extension that you should uninstall and reinstall as it's not being validated | 
Beta Was this translation helpful? Give feedback.
-
| Uninstall extensions you are not using--this should fix the problem. | 
Beta Was this translation helpful? Give feedback.
-
| Try to uninstall solidity extension and solidity+hardhat extension 
 Cheers :) | 
Beta Was this translation helpful? Give feedback.
-
| in my case, updating my solidity version in  | 
Beta Was this translation helpful? Give feedback.
-
| For the latest version of the extension, there must be different config options depending on your framework. If you are using Foundry, you must specify your  solc_version="0.8.30"For example, here is mine(as of writing): [profile.default]
src = "src"
out = "out"
libs = ["lib"]
solc_version="0.8.30" | 
Beta Was this translation helpful? Give feedback.


Try to uninstall solidity extension and solidity+hardhat extension
then check and install one ext at a time and check....
Cheers :)