From ccf6997c25b4cb2bd684ae282d3248a58a8e2266 Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Tue, 26 Mar 2024 10:05:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.vscode/settin?= =?UTF-8?q?gs.json'=20with=20remote=20'.vscode/settings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5450c82d..e894622c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,5 +23,7 @@ "conventional-branch.format": "{Type}/{Branch}", "[python]": { "editor.defaultFormatter": "charliermarsh.ruff" - } + }, + "python.defaultInterpreterPath": "${workspaceFolder}/.venv", + "python.languageServer": "Pylance" } \ No newline at end of file