summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: be0b85b78ffa2713b6610295502a5dc6ee8c8fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Place your settings in this file to overwrite default and user settings.
{
    // Configure glob patterns for excluding files and folders.
    "files.exclude": {
        "**/.build": true,
        "**/*.hex": true
    },
    "files.associations": {
        "*.h": "c",
        "*.c": "c",
        "*.cpp": "cpp",
        "*.hpp": "cpp"
    }
}