Switch language한국어
Back to the list

Open VS Code from the command line

TL;DR AI

Key summary

1 min read
  1. Open the VS Code Command Palette with Cmd+Shift+P.

  2. Run “Shell Command: Install code command in PATH.”

  3. This adds the `code` terminal command for launching VS Code from the command line.

  4. It makes it faster to open projects and fit VS Code into terminal-based workflows.

Read the original