feat(vscode): add vscp alias (#12092)

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
Ali Sajid Imami 2024-01-17 10:50:23 -05:00 committed by GitHub
commit c6ce22f1d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 11 deletions

View file

@ -3,6 +3,7 @@
# https://github.com/MarsiBarsi (original author)
# https://github.com/babakks
# https://github.com/SteelShot
# https://github.com/AliSajid
# Verify if any manual user choice of VS Code exists first.
if [[ -n "$VSCODE" ]] && ! which $VSCODE &>/dev/null; then
@ -38,6 +39,7 @@ alias vscn="$VSCODE --new-window"
alias vscr="$VSCODE --reuse-window"
alias vscw="$VSCODE --wait"
alias vscu="$VSCODE --user-data-dir"
alias vscp="$VSCODE --profile"
alias vsced="$VSCODE --extensions-dir"
alias vscie="$VSCODE --install-extension"