summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 0af6cc9ad85f5b478e2697504ec9bda4ddde6cfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "python.pythonPath": "C:\\Users\\eric\\scoop\\apps\\python\\current\\python.exe",
    "files.associations": {
        "pca.h": "c",
        "main.h": "c",
        "stdlib.h": "c",
        "stdint.h": "c",
        "ekd_blas.h": "c",
        "ekd_cv.h": "c",
        "stdio.h": "c",
        "stddef.h": "c",
        "time.h": "c"
    }
}