From d912e6c92514b3dd524fe6ff1332a06c5f1d5534 Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Fri, 24 Feb 2023 22:12:47 +0100 Subject: [PATCH] Exclude fixture file from search (#175384) --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7ae8bcef6b9..60c9c7d4a03 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,6 +28,7 @@ "test/smoke/out/**": true, "test/automation/out/**": true, "test/integration/browser/out/**": true, + "src/vs/base/test/common/filters.perf.data.js": true, "src/vs/base/test/node/uri.test.data.txt": true, "src/vs/workbench/api/test/browser/extHostDocumentData.test.perf-data.ts": true, "src/vs/editor/test/node/diffing/fixtures/**": true,