summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2023-01-24 22:55:49 -0600
committerjjsuperpower <jjs29356@gmail.com>2023-01-24 22:55:49 -0600
commit498380308fe45e35439c090a2d16ecf51c546d18 (patch)
tree02a40169e18aeb6ec21dcb7b1506f0b1f5b118f2 /.vscode/settings.json
parenta888d4f92a5d19e4d132ea7d23c20d5f15652802 (diff)
working on reading control lines from csv
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 91b67c4..1e794ac 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,11 +1,8 @@
{
"makefile.extensionOutputFolder": "./.vscode",
"python.testing.pytestArgs": [
- "hdl"
+ "."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
- "python.analysis.extraPaths": [
- "./amaranth"
- ],
} \ No newline at end of file