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