9 lines
325 B
JSON
9 lines
325 B
JSON
{
|
|
"terminal.integrated.env.linux": {
|
|
"PYTHONPATH": "${workspaceFolder};${env:PYTHONPATH}"
|
|
},
|
|
// "jupyter.notebookFileRoot": "${fileDirname}",
|
|
"jupyter.notebookFileRoot": "${workspaceFolder}",
|
|
"python.dataScience.notebookFileRoot": "${workspaceFolder}",
|
|
"python.envFile": "${workspaceFolder}/dev.env"
|
|
} |