mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 15:43:42 +00:00
fix: code
This commit is contained in:
parent
b781b13b0e
commit
33be5aad26
1 changed files with 1 additions and 1 deletions
|
@ -121,5 +121,5 @@ nvim --headless +PlugUpgrade +qa || true
|
||||||
|
|
||||||
if command -v code; then
|
if command -v code; then
|
||||||
echo_header "==[host] Installing vscode extensions"
|
echo_header "==[host] Installing vscode extensions"
|
||||||
./code/vscode-extensions.sh --install
|
./vscode.sh --install
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue