From 055899401259f91369770f06e7be8cfe0f78f010 Mon Sep 17 00:00:00 2001 From: Philipp Eder Date: Fri, 25 Oct 2024 13:37:33 +0200 Subject: [PATCH] Add pyright --- .devcontainer/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/Makefile b/.devcontainer/Makefile index 415860ce4..115c21161 100644 --- a/.devcontainer/Makefile +++ b/.devcontainer/Makefile @@ -52,6 +52,9 @@ install-fish: enforce-running # doesn't work because of attached tty on create there is no reinit of the shell #$(CONTAINERR) exec -it openvas-dev /bin/bash -c "sudo chsh -s /usr/bin/fish user" +install-pyright: enforce-running + $(CONTAINERR) exec -it openvas-dev /bin/bash -c "pipx install pyright" + install-rg-fzf: enforce-running $(CONTAINERR) exec -it openvas-dev /bin/bash -c "sudo apt update"