From 4405481c0c851e03e697c12a270aa2b565043e7c Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Mon, 23 Jun 2025 22:51:39 +0300 Subject: [PATCH] Add packages to the LSP venv for type checking --- .config/setup/01-install-packages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/setup/01-install-packages.sh b/.config/setup/01-install-packages.sh index c0bbc37..2c49b8f 100755 --- a/.config/setup/01-install-packages.sh +++ b/.config/setup/01-install-packages.sh @@ -115,10 +115,12 @@ fi PYLSP_PLUGINS=( # keep-sorted start + fs podman pydantic pylsp-mypy pylsp-rope + pytest types-pyxdg # keep-sorted end )