-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
File locations https://stackoverflow.com/a/53841945/2965993
Should copy the one true settings.json and able to easily install it with a curl command
# backup old one
mv "$HOME/Library/Application Support/Code/User/settings.json{,.bak}"
# download new
curl \
-so "$HOME/Library/Application Support/Code/User/settings.json" \
https://raw.githubusercontent.com/nitrocode/dotfiles/main/vscode_settings.json
Metadata
Metadata
Assignees
Labels
No labels