From ddec7f8ba301c8ab953e7a6bd5f7023f8d1cab80 Mon Sep 17 00:00:00 2001 From: jprochazk <1665677+jprochazk@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:26:04 +0200 Subject: [PATCH] remove files.exclude --- .vscode/settings.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a08b90c21f7..cb71db1ca6a6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,12 +7,6 @@ }, "files.insertFinalNewline": true, "files.trimTrailingWhitespace": true, - "files.exclude": { - "target_ra/**": true, - "target_wasm/**": true, - "target/**": true, - "venv/**": true, - }, "files.autoGuessEncoding": true, "python.formatting.provider": "black", "python.formatting.blackArgs": [