From 7ca624eceb5432f12426d6f898cbf097c7024e6e Mon Sep 17 00:00:00 2001 From: Kira Pilot Date: Thu, 29 Jun 2023 09:00:51 -0400 Subject: [PATCH] fix: removing prettier path in vscode config (#8255) --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1ae5f3419f..1ff3ea0883 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" }