Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 759 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 759 Bytes

vscode-settings

Prerequisites

  • Install the code command with the Shell Command: install 'code' command in PATH in the VS Code's Command Palette.

Getting started

Symlink settings from the backup to the VS Code's user settings file location:

./link

Warning

This script will overwrite the existing settings.

Usage

Install extensions from the backup

./install_extensions

Options

  • -n, --dry-run: Run without making any actual changes.

Prune extensions that are not included in the backup

./prune_extensions

Options

  • -n, --dry-run: Run without making any actual changes.

Back up a list of your extensions into extensions

./dump_extensions