wu_xinjun
2022-03-25 6e6504475a0ef865ed1d47f78c89f56762965b3c
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    
    "python.poetryPath": "${workspaceFolder}/.env/python.exe",
    "jupyter.kernels.filter": [
        {
            "type": "jupyterKernelspec",
            "path": "${workspaceFolder}/.env/python.exe"
        }
    ],
    "python.envFile": "",
    "python.terminal.activateEnvironment": true,
    "python.defaultInterpreterPath": "${workspaceFolder}/.env/python.exe"
    }