It seems that there is no automatic update of vscode on linux I can do it on a mac. .. ..
If I didn't know how to update, the Go extension didn't work well, and after updating, I confirmed that it worked.
Description about commands when using amazon linux
If ripository is registered, it is OK from the third command
$ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
$ sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
$ yum check-update
$ sudo yum install code
$ code .
--Install / update CentOS7 Visual Studio Code - http://sh-yoshida.hatenablog.com/entry/2016/09/26/120000
Recommended Posts