#前提
macOS
Visual Studio Code, Node.jsがインストール済
#やりたいこと
Visual Studio Codeでファイルを開くコマンドの実行
code .
#問題
コマンドが存在しないエラー
-bash: code: command not found
#解決
Visual Studio Codeを起動
コマンドパレットを開く(cmd+shift+p)
"Shell Command: Install 'code' command in PATH"を選択
#結果
成功した場合、ポップアップで完了通知が表示される
(Shell command 'code' successfully installed in PATH.)
ターミナル再起動の必要はなく、そのまま「code .」コマンドが使用可能になる