🧑‍💻 set PYTHONPATH in vscode integrated terminal

This commit is contained in:
Laureηt 2023-06-12 19:48:14 +02:00
parent a2f75c3888
commit a7dd021c4c
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -12,6 +12,9 @@
"source.organizeImports": true "source.organizeImports": true
} }
}, },
"terminal.integrated.env.linux": {
"PYTHONPATH": "${workspaceFolder}"
},
"files.exclude": { "files.exclude": {
"**/.git": true, "**/.git": true,
"**/.svn": true, "**/.svn": true,
@ -24,4 +27,4 @@
"**/.direnv": true, "**/.direnv": true,
"**/.ruff_cache": true, "**/.ruff_cache": true,
}, },
} }