summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-09-05 17:51:57 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-09-05 17:51:57 -0500
commita2bbe116cb725c92bca19aa25a3a74401c02107f (patch)
treefb0a4787771926f4fbc0194d29995b7948fcc5c5 /.vscode
parentcb5f2d9b12358a943943ed0ce29b3f700db0ba06 (diff)
Restructuring and organizing
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json1
-rw-r--r--.vscode/settings.json7
2 files changed, 7 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 306f58e..a11dc8b 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -7,6 +7,7 @@
{
"name": "Python: Current File",
"type": "python",
+ "env": {"PYTHONPATH": "${workspaceFolder}"},
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 65e1ec0..3dc66b5 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,8 @@
{
- "makefile.extensionOutputFolder": "./.vscode"
+ "makefile.extensionOutputFolder": "./.vscode",
+ "python.testing.pytestArgs": [
+ "hdl"
+ ],
+ "python.testing.unittestEnabled": false,
+ "python.testing.pytestEnabled": true
} \ No newline at end of file