From e4c83a63aec093248cf51288941b87bdebccbbce Mon Sep 17 00:00:00 2001 From: Petr Ermishkin Date: Mon, 13 Jan 2025 16:02:47 +0300 Subject: [PATCH] Prettier-vscode requires path to the prettier module instead of bin; and it's now local by default (#1394) --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b758c2d4c..bfaa687ef 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -32,6 +32,5 @@ "vitest.include": [ "utils/e2e-tests/ts/**/tests/**/*.ts", "utils/e2e-tests/ts/**/*.{test,spec}.ts" - ], - "prettier.prettierPath": "./node_modules/.bin/prettier" + ] }