Add packages to the LSP venv for type checking
This commit is contained in:
parent
3de3f87fb2
commit
4405481c0c
1 changed files with 2 additions and 0 deletions
|
|
@ -115,10 +115,12 @@ fi
|
||||||
|
|
||||||
PYLSP_PLUGINS=(
|
PYLSP_PLUGINS=(
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
|
fs
|
||||||
podman
|
podman
|
||||||
pydantic
|
pydantic
|
||||||
pylsp-mypy
|
pylsp-mypy
|
||||||
pylsp-rope
|
pylsp-rope
|
||||||
|
pytest
|
||||||
types-pyxdg
|
types-pyxdg
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue