~diego/vscode-settings

My personal settings for Visual Studio Code
Add first version of the settings

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~diego/vscode-settings
read/write
git@git.sr.ht:~diego/vscode-settings

You can also use your local clone with git send-email.

#Diego Vicente's Visual Studio Code settings

This repository includes my very own configuration for Visual Studio Code, defined in the native JSON files to be linked in the configuration folder (read below for more details). Using symbolic links to this repository enables using the settings menu but also versioning the settings.

#Set up

To use the settings on Linux, clone locally and then run from the repository root:

ln -s $PWD/settings.json $HOME/.config/Code/User/settings.json
ln -s $PWD/keybindings.json $HOME/.config/Code/User/keybindings.json
ln -s $PWD/snippets $HOME/.config/Code/User/snippets