From 7e6d74f1f6961668f0c2ece4fe500ae493dc5fdf Mon Sep 17 00:00:00 2001 From: Timothy Miller <46549361+timothymiller@users.noreply.github.com> Date: Sun, 30 Oct 2022 17:54:32 -0400 Subject: [PATCH] Onboarding experience improved --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d943faf..4f20a6d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,7 @@ "requirements.txt": true, "venv": true }, - "explorerExclude.backup": null, + "explorerExclude.backup": {}, "python.linting.pylintEnabled": true, "python.linting.enabled": true, "python.formatting.provider": "autopep8"