From 33be5aad26d08179e6e958021251211ce66eb502 Mon Sep 17 00:00:00 2001 From: Tine Date: Fri, 19 Apr 2024 09:16:26 +0200 Subject: [PATCH] fix: code --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f5d68cd..6fbcf7f 100755 --- a/install.sh +++ b/install.sh @@ -121,5 +121,5 @@ nvim --headless +PlugUpgrade +qa || true if command -v code; then echo_header "==[host] Installing vscode extensions" - ./code/vscode-extensions.sh --install + ./vscode.sh --install fi