Files
NewStock/.vscode/settings.json

9 lines
325 B
JSON
Raw Normal View History

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"
}