settings.json 332 Bytes
Newer Older
Nianchen Deng's avatar
sync    
Nianchen Deng committed
1
{
Nianchen Deng's avatar
sync    
Nianchen Deng committed
2
3
    "files.watcherExclude": {
        "**/data/**": true
Nianchen Deng's avatar
Nianchen Deng committed
4
5
6
7
8
9
10
11
12
    },
    "files.associations": {
        "string": "cpp",
        "__functional_03": "cpp",
        "functional": "cpp",
        "vector": "cpp",
        "__config": "cpp",
        "__nullptr": "cpp"
    },
13
    "python.pythonPath": "/home/dengnc/miniconda3/bin/python",
Nianchen Deng's avatar
sync    
Nianchen Deng committed
14
}