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