0
1

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.

【画像あり】 Visual Studio Code をターミナルから開く初期設定まとめ( Mac )

Last updated at Posted at 2019-12-05

備忘録です。

ターミナルから Visual Studio Code を起動するための流れ

(以下、Visual Studio Code => VScode と表記)

  1. まず VScode を開き、
    「 shift 」 + 「 command 」 + 「 p 」 からコマンドパレットを起動
     

  2. コマンドパレットに「shell」 と入力し、「 Shell Command: Install 'code' command in PATH 」
    を選択するとインストールされる
    スクリーンショット 2019-12-05 11.20.52.png
    スクリーンショット 2019-12-05 11.20.25.png

 
3. VScode を閉じて ターミナル を開き、下記コマンドを打つと起動

$ code . 
0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?