From 0b37cfbc6d13164184dd4b756809c5de7b554214 Mon Sep 17 00:00:00 2001 From: HunterOne <140244667+signal-coder@users.noreply.github.com> Date: Sat, 19 Aug 2023 07:07:21 +0000 Subject: [PATCH] #27747 --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f3aef9992f885c7..de0505e0936fbff 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "editor.defaultColorDecorators": true + "editor.defaultColorDecorators": true, + "files.exclude": { + "": true + } } \ No newline at end of file