2025-06-01 15:59:29 +08:00
|
|
|
{
|
2025-06-02 22:23:44 +08:00
|
|
|
"terminal.integrated.env.linux": {
|
|
|
|
|
"PYTHONPATH": "${workspaceFolder};${env:PYTHONPATH}"
|
|
|
|
|
},
|
|
|
|
|
// "jupyter.notebookFileRoot": "${fileDirname}",
|
|
|
|
|
"jupyter.notebookFileRoot": "${workspaceFolder}",
|
|
|
|
|
"python.dataScience.notebookFileRoot": "${workspaceFolder}",
|
|
|
|
|
"python.envFile": "${workspaceFolder}/dev.env"
|
|
|
|
|
}
|