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 3 years have passed since last update.

macOSのターミナルからVisual Studio Codeを扱えるようにする方法

Posted at

前提条件

OSバージョン: macOS Mojave Version 10.14.6
Visual Studio Codeバージョン: 1.46.1
Visual Studio Codeがインストール済みであること

方法

  1. Visual Studio Codeを開き、コマンドパレットをショートカットキー 「⇧ + ⌘ + P 」で開く
  2. shell command と入力して、シェルコマンドを検索、「code」コマンドをインストール(=codeコマンドのパスを通す)
Screen Shot 2020-07-05 at 15.50.47.png 3. macOSのターミナルを再立ち上げすることでPATHを有効化します。PATHが通ってcodeコマンドが使えるようになったかどうかの確認は、以下のようにしてヘルプが表示されるか確認することで可能です。Screen Shot 2020-07-05 at 15.57.44.png 4. 例えばバージョンの確認はこのようにやるとできます。Screen Shot 2020-07-05 at 16.00.53.png

参考リンク

Command Line Interface (CLI)
https://code.visualstudio.com/docs/editor/command-line

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