Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2914

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

$
0
0

備忘録です。

ターミナルから 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 . 

Viewing all articles
Browse latest Browse all 2914

Trending Articles