Skip to content

Commit

Permalink
Fix VS Code preferences symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Jul 7, 2024
1 parent 8218e28 commit 1ae91ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/os/installs/vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ brew_install "Visual Studio Code" "visual-studio-code"
printf "\n"

# Symlink settings
mkdir -p "${HOME}/Library/Application\ Support/Code/User/"
mkdir -p "${HOME}/Library/Application Support/Code/User/"
symlink "$(realpath ~/.vscode)/settings.json" \
"${HOME}/Library/Application\ Support/Code/User/"
"${HOME}/Library/Application Support/Code/User/"

printf "\n"

Expand Down

0 comments on commit 1ae91ae

Please sign in to comment.