summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
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