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