elementary OS - 7.0 - Pantheon - 開発環境 Visual Studio Code
- 1. 概要
- 2. インストール
- 3. 起動
1. 概要
開発環境として、「Visual Studio Code」を使用します。
2. インストール
インストールの手順に関しては、「Visual Studio Code - インストール・更新」をご参照ください。
ここでは、細かい説明は、省略して、コマンドを羅列しておきます(詳細は、上記掲載のページで)。
apt install -y software-properties-common wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
apt update
apt install -y code
途中、Enter の入力を求められます。
3. 起動
「アプリケーション」→「プログラミング」→「Visual Studio Code」
日本語化後、再起動直後の状態です。
2023年2月3日の時点で、下記のバージョンでした。
|
|