From 7af891aae5eabe4e0e797466c8f9b72ef2031645 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 17 Feb 2026 18:37:02 +0100 Subject: [PATCH] sessions - allow search results for `vs/sessions` (#295805) --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9587ec262cf..0a58b8a5bf8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -93,7 +93,6 @@ "src/vs/editor/test/node/diffing/fixtures/**": true, "build/loader.min": true, "**/*.snap": true, - "src/vs/sessions/**": true }, // --- TypeScript --- "typescript.experimental.useTsgo": true,