fix: removing prettier path in vscode config (#8255)

This commit is contained in:
Kira Pilot
2023-06-29 09:00:51 -04:00
committed by GitHub
parent 749307ef08
commit 7ca624eceb
+1 -2
View File
@@ -211,6 +211,5 @@
"go.testFlags": ["-short", "-coverpkg=./..."],
// We often use a version of TypeScript that's ahead of the version shipped
// with VS Code.
"typescript.tsdk": "./site/node_modules/typescript/lib",
"prettier.prettierPath": "./node_modules/prettier"
"typescript.tsdk": "./site/node_modules/typescript/lib"
}