All configuration files used for some software software. Use at your own risk.
This is the list of all settings files available :
- Visual Studio Code.
You have 2 ways to install the settings :
- Open the settings in
File > Preference > Settings
and click on Open settings (JSON) on the top bar to show the settings.json file - Type CTRL + SHIFT + P and type
Open Settings (JSON)
. Then, you just copy / paste the settings into the opened file.
You just execute the following command > .\vscode\extensions.sh
on the root of the project to install the extensions I use.
You have 3 ways to add customs snippets :
- Go to
File > Preference > User Snippets
then click onNew Global Snippet file ...
, type the name of the snippet file and copy / paste the snippet into the opened file. - Type CTRL + SHIFT + P, type
snippet
on search bar and click onPreferences: Configure Users Snippets
thenNew Global Snippet file ...
and copy / paste the snippet into the opened file. - In Microsoft Windows, open an explorer window and go to here
C:\Users\user_name}\AppData\Roaming\Code\User\snippets
and copy / paste directly the file get from the repository.