From 2b5c99195c42a5d03d65d4ef7a6668fcad71481e Mon Sep 17 00:00:00 2001 From: Angelo Noto Date: Fri, 26 Jun 2026 20:03:25 -0400 Subject: [PATCH] more workspace recs --- .vscode/extensions.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index b9fccde..112805f 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,6 +2,11 @@ "recommendations": [ "vscode-icons-team.vscode-icons", "charliermarsh.ruff", - "astral-sh.ty" + "astral-sh.ty", + "ms-python.vscode-python-envs", + "ms-python.vscode-pylance", + "ms-python.python", + "ms-python.debugpy", + "ms-ossdata.vscode-pgsql" ] } \ No newline at end of file