2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[Amazon WorkSpaces]AmazonLinux2にVisual Studio Codeインストール

Posted at

Amazon Linux release 2 (Karoo)

# Visual Studio Codeをインストールするための鍵とリポジトリを追加
$ 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'

# Visual Studio Codeのインストール
$ sudo yum -y install code

# コンソールから起動する場合
$ code

参考URL

Visual Studio Code on Linux
CentOS 7にVSCode (Visual Studio Code)をインストールしてみた

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?