Skip to content

stijnklomp-text-editors/visual-studio-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Code config

Setup

  1. Install VSCode
  2. Clone this repo, rename it to Code and copy it into ~/.config/Code
git clone git@github.com:stijnklomp-text-editors/visual-studio-code.git
mv visual-studio-code Code
mkdir -p ~/.config
cp -r ./Code/. ~/.config/Code

Install

  1. Take the contents of ./repoInstructions/User/globalStorage/storage.json and put it in ./User/globalStorage/storage.json. (Create that file if it doesn't exist already) You should append the array elements if there is already an array value present for key "userDataProfiles".
  2. Add the profiles:
sudo chmod +x ./repoInstructions/install.sh
./repoInstructions/install.sh

About

Visual Studio Code configuration.

Resources

License

Stars

Watchers

Forks