4
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.

【VSCode】code .できない時の対処法

Last updated at Posted at 2022-11-18

ターミナルでnpx create-react-appなどでプロジェクトフォルダが作成された後
cd project
code .

でprojectディレクトリでVSCodeを開くことができるはずだが
bash: code: command not found
とメッセージが返ってくるので調べてみた。
どうやらMac環境ではPATHを通す作業が必要だそうで、対処法を紹介します。

code .でVSCodeを起動できない場合の対処法

  1. VSCodeを開く
  2. Command+Shift+Pでコマンドパレットを開き、Shellと入力
  3. シェルコマンド:PATH内に'code'コマンドをインストールしますを選択
  4. シェルコマンド'code'がPATHに正常にインストールされました。 と表示されたら完了

これで無事code .が使用できます。

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