Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode settings #55

Open
nitrocode opened this issue Jan 9, 2020 · 0 comments
Open

vscode settings #55

nitrocode opened this issue Jan 9, 2020 · 0 comments

Comments

@nitrocode
Copy link
Owner

nitrocode commented Jan 9, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant