From 498380308fe45e35439c090a2d16ecf51c546d18 Mon Sep 17 00:00:00 2001 From: jjsuperpower Date: Tue, 24 Jan 2023 22:55:49 -0600 Subject: working on reading control lines from csv --- .vscode/settings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.vscode') 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 -- cgit v1.2.3