valsorym / vscode-settings

Custom settings of the VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode settings

Settings

Open the editor, press Shift+Ctrl+P and select Open User Settings (JSON), - copy data from settings.json to this window and save.

Extensions

Installing extensions from the list

cat vscode-extensions.txt | xargs -L 1 code --install-extension

Export the list of extensions

code --list-extensions > vscode-extensions.txt

About

Custom settings of the VSCode