0
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 1 year has passed since last update.

【VS Code】macOSにVisual Studio Codeをインストールする方法

Last updated at Posted at 2023-08-25

プログラミングをする際に使われることが多い(と思われる)、Visual Studio Codeのインストール方法について記載します。VS Codeと略されることも多いです。

なお、正確な情報や詳細な情報は公式ドキュメントも参照してください。

環境

このページの作業は、以下の環境で確認しました。

  • MacBook Air (M1, 2020)
  • macOS Ventura

インストール手順

  1. 公式サイトからVisual Studio Codeをダウンロードします。

    macOSで使用するのでDownload Mac Universalからダウンロードします。

    01_download.png

  2. ダウンロードしたZIPファイルを展開します。

    02_downloaded_zip.png

  3. 展開するとVisual Studio Code.appファイルができるのでアプリケーションフォルダに移動します。

    03_open_zip.png

  4. アプリケーションフォルダのVisual Studio Code.appをダブルクリックし起動します。

    04_moved_app.png

  5. 起動すると、開いてよいか確認されるので開くをクリックします。

    05_open_app_1.png

  6. Visual Studio Codeが起動します。'Mark Done'をクリックすると初回設定を完了できます。必要に応じて、日本語の言語パックのインストールなどを行います。

    06_open_app_2.png

  7. 初回の設定が完了すると、以下のウェルカムページが表示されます。これでインストールは完了です。

    07_open_app_3.png

0
0
1

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
0
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?