summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 4b701d4..91b67c4 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -5,4 +5,7 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
+ "python.analysis.extraPaths": [
+ "./amaranth"
+ ],
} \ No newline at end of file