From cbd501e8e5a453381dfd5b5604c53e26247c2ea0 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 6 Nov 2025 21:50:47 -0600 Subject: [PATCH] VS Code Settings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b38853..db3b91c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "tests" ], "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true + "python.testing.pytestEnabled": true, + "postman.settings.dotenv-detection-notification-visibility": false } \ No newline at end of file