fix: code

This commit is contained in:
Tine 2024-04-19 09:16:26 +02:00
parent b781b13b0e
commit 33be5aad26
No known key found for this signature in database

View file

@ -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