We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prettier.prettierPath
1 parent 01d5b07 commit 161c389Copy full SHA for 161c389
.vscode/settings.json
@@ -8,7 +8,7 @@
8
},
9
"javascript.updateImportsOnFileMove.enabled": "always",
10
"npm.packageManager": "npm",
11
- "prettier.prettierPath": "./node_modules/prettier",
+ "prettier.prettierPath": "./node_modules/prettier/index.cjs",
12
"redhat.telemetry.enabled": false,
13
"[xml]": {
14
"editor.defaultFormatter": "redhat.vscode-xml"
0 commit comments