Add license
Add first version of the 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.
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