settings.json 386 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
13
14
    },
    "files.associations": {
        "string": "cpp",
        "__functional_03": "cpp",
        "functional": "cpp",
        "vector": "cpp",
        "__config": "cpp",
        "__nullptr": "cpp"
    },
    "python.pythonPath": "/home/dengnc/miniconda3/envs/pytorch/bin/python",
    "jupyter.jupyterServerType": "local"
Nianchen Deng's avatar
sync    
Nianchen Deng committed
15
}