aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: fa89486ee838828fb7deb41fa9d54dd2cda75807 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    "python.pythonPath": "/usr/bin/python3",
    "files.exclude": {
        "**/.classpath": true,
        "**/.project": true,
        "**/.settings": true,
        "**/.factorypath": true
    }
}