aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: cd689d933b0cc56459d837dafe78eb158b575049 (plain)
1
2
3
4
5
6
7
8
{
    "cSpell.words": [
        "rcon"
    ],
    "files.exclude": {
        "**/__pycache__": true
    }
}