aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 204f7c4ccbae8e80cf0e158246973eb16095c406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "python.pythonPath": "bin/python",
    "editor.tabCompletion": "on",
    "workbench.editor.labelFormat": "short",
    "files.exclude": {
        "**/*.pyc": {"when": "$(basename).py"},
        "**/__pycache__": true
    },
    "cSpell.enabledLanguageIds": [
        "markdown",
        "plaintext",
        "text"
    ],
    "python.linting.enabled": true,
    "python.linting.pylintEnabled": true
}

Return to:

Send suggestions and report system problems to the System administrator.