Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 475 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 475 Bytes

vscode

Automating vscode settings and extensions

Note: This is currently only supported on Linux.

Usage

Add any extension you wish to have preinstalled to extensions.txt. To find the extension name use the Unique Identifier name found on the marketplace page.

Run install.sh to install the settings and extensions for local use. If you are setting up a machine for vscode remote add the --remote flag

Requirements

Required packages:

  • curl
  • jq
  • unzip