-
Hi folks, I am following along with the youtube video around 3h36m and have a few things that are out of whack. Setup:
Problem 1: Missing or strange settings.When I search VS Code settings for "Solidity" I only see the following (image). There is no Problem 2: pragma errorsI edited settings.json manually to edit the remote compiler: I appreciate everyone who took the time to read this and I hope my ignorance of VS Code (and blockchain for that matter) will be of help to others. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @dbrans thanks your post your question here. There is some extensions for solidity but the most recommended one is the extension by Juan Blanco with this extension you easily can change the compiler version with a simple right click: The option is: change global compiler version (remote) with this extension you'll have now the option on the settings for the formatter: Also if you are on windows check the course index: Windows Support to know which other tools you would need for the course and the optimal configuration. Feel free to make any other question, and welcome to blockchain world. |
Beta Was this translation helpful? Give feedback.
Hello @dbrans thanks your post your question here.
There is some extensions for solidity but the most recommended one is the extension by Juan Blanco
with this extension you easily can change the compiler version with a simple right click:
The option is: change global compiler version (remote)
with this extension you'll have now the option on the settings for the formatter:
Also if you are on windows check the course index: Windows Support to know which other tools you would need for the course and the optimal configuration.
Feel free to make any other question, and welcome to blockchain world.