From c9de764d51fbad91fff44aa58d523d9bde1be05e Mon Sep 17 00:00:00 2001 From: Kira Pilot Date: Wed, 28 Jun 2023 20:09:49 +0000 Subject: [PATCH] fix: removing prettier path in vscode config --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1ae5f3419f969..1ff3ea0883482 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" }