summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 91b67c44f2813b6b0440d08e6af3a40a6c28eb58 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "makefile.extensionOutputFolder": "./.vscode",
    "python.testing.pytestArgs": [
        "hdl"
    ],
    "python.testing.unittestEnabled": false,
    "python.testing.pytestEnabled": true,
    "python.analysis.extraPaths": [
        "./amaranth"
    ],
}