Skip to content

Commit

Permalink
Fix VS Code settings symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Jun 10, 2024
1 parent 1cee24b commit 1a27d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/installs/vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ printf "\n"
# Symlink settings
mkdir -p "${HOME}/Library/Application\ Support/Code/User/"
symlink "$(realpath ~/.vscode)/settings.json" \
"${HOME}/Library/Application\ Support/Code/User/settings.json"
"${HOME}/Library/Application\ Support/Code/User/"

printf "\n"

Expand Down

0 comments on commit 1a27d91

Please sign in to comment.