From 3490cadb943a114118b80fd61d16d99c778560cb Mon Sep 17 00:00:00 2001 From: lucsomers101 Date: Tue, 9 Jan 2024 13:49:44 +0100 Subject: [PATCH] adding graphv install --- .devcontainer/startup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/startup.sh b/.devcontainer/startup.sh index 96d8843..f4ea1ef 100644 --- a/.devcontainer/startup.sh +++ b/.devcontainer/startup.sh @@ -8,4 +8,5 @@ npm install @types/node git restore . vsce package 0.0.0 -code --install-extension language-ampersand-0.0.0.vsix \ No newline at end of file +code --install-extension language-ampersand-0.0.0.vsix +apt install graphviz \ No newline at end of file