Skip to content

hikaruright/install-extensions-for-vscode

Repository files navigation

Setup and Install for Visual Studio Code

Auto install VSCode Extensions.

How to Install

Rquired:Install Visual Studio Code

Please refer and install Visual Studio Code

https://code.visualstudio.com/download

Execute install script

Linux/Mac

Open terminal and execute the command.

$ git clone https://github.com/hikaruright/install-extensions-for-vscode.git
$ cd install-extensions-for-vscode
$ ./install_extensions.sh

Windows

Open powershell and execute the command.

> git clone https://github.com/hikaruright/install-extensions-for-vscode.git
> cd install-extensions-for-vscode
> install_extensions.ps1

Japanese Extension(If needed.)

Please execute the command if you needed.

$ code --install-extension MS-CEINTL.vscode-language-pack-ja --force

Minimal Install

Won't install lanuage packs, use install-minimum instead by install-extensions-for-vscode.