Syntax Errror in" OPEN SETTINGS JSON" as i tried to add formatter. #288
Answered
by
gmluqa
Benrockiee
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
gmluqa
Jun 12, 2022
Replies: 2 comments
-
Your JSON file should look something like this for it to not error: {
"grunt.autoDetect": "on",
"workbench.editor.untitled.hint": "hidden",
"hardhat.telemetry": true,
"[solidity]": {
"editor.defaultFormatter": "NomicFoundation.hardhat-solidity"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PatrickAlphaC
-
@Benrockiee |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your JSON file should look something like this for it to not error: