Auto install VSCode Extensions.
Please refer and install Visual Studio Code
https://code.visualstudio.com/download
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
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
Please execute the command if you needed.
$ code --install-extension MS-CEINTL.vscode-language-pack-ja --force
Won't install lanuage packs, use install-minimum
instead by install-extensions-for-vscode
.