2
3

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.

CentOS8 - Install - VSCode

2
Last updated at Posted at 2019-12-09

キーとリポジトリのインストール

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

日本語化

  1. View を選択
  2. Command Pallete を選択
  3. Configure Display Language を選択
  4. Japanese Language Pack for Visual Studio Code を検索
  5. インストールボタンを押下してインストールし、VSCodeを再起動

Python有効化

  1. Extensions を選択
  2. Python(作成者:Microsoft)を検索
  3. インストールボタンを押下してインストール
2
3
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
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?