From a7dd021c4c1ce59d3798f50a0040d7a9480b3036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Mon, 12 Jun 2023 19:48:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20set=20PYTHO?= =?UTF-8?q?NPATH=20in=20vscode=20integrated=20terminal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e9f4c4c..e567087 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,6 +12,9 @@ "source.organizeImports": true } }, + "terminal.integrated.env.linux": { + "PYTHONPATH": "${workspaceFolder}" + }, "files.exclude": { "**/.git": true, "**/.svn": true, @@ -24,4 +27,4 @@ "**/.direnv": true, "**/.ruff_cache": true, }, -} \ No newline at end of file +}