From 3166c18fcd08bb9508b238eb7dc6eee4293155a2 Mon Sep 17 00:00:00 2001
From: Guoxuan Xu <guoxuan.xu8@gmail.com>
Date: Mon, 14 Oct 2024 20:38:04 -0700
Subject: [PATCH] Create settings.json

---
 .vscode/settings.json | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .vscode/settings.json

diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..b2b8866
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,7 @@
+{
+    "python.testing.pytestArgs": [
+        "test"
+    ],
+    "python.testing.unittestEnabled": false,
+    "python.testing.pytestEnabled": true
+}
\ No newline at end of file