新环境3
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -10,7 +10,10 @@
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"cwd": "${fileDirname}"
|
||||
"cwd": "${fileDirname}",
|
||||
"env": {
|
||||
"PYTHONPATH": "${workspaceFolder}${pathSeparator}${env:PYTHONPATH}"
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"terminal.integrated.env.windows": {
|
||||
"PYTHONPATH": "${workspaceFolder};${env:PYTHONPATH}"
|
||||
},
|
||||
"jupyter.notebookFileRoot": "${fileDirname}",
|
||||
"python.dataScience.notebookFileRoot": "${workspaceFolder}"
|
||||
}
|
||||
"terminal.integrated.env.linux": {
|
||||
"PYTHONPATH": "${workspaceFolder};${env:PYTHONPATH}"
|
||||
},
|
||||
// "jupyter.notebookFileRoot": "${fileDirname}",
|
||||
"jupyter.notebookFileRoot": "${workspaceFolder}",
|
||||
"python.dataScience.notebookFileRoot": "${workspaceFolder}",
|
||||
"python.envFile": "${workspaceFolder}/dev.env"
|
||||
}
|
||||
Reference in New Issue
Block a user