Powerful built-in terminal for running commands directly within Visual Studio Code.
🚀 Discover FeaturesAccess your OS's native shell (bash/zsh/powershell) directly within the editor window.
Open multiple terminals per workspace with separate working directories for different projects.
Create named terminal profiles for Python, Node.js, or any custom shell configuration.
Run code snippets directly from the editor with real-time feedback in the terminal.
Execute commands on remote servers using SSH within your local editor window.
Debug shell scripts with breakpoint capabilities and execution tracing.
Streamline project setup, dependency installation, and build/test processes in a single environment.
Run Docker commands, manage container lifecycle operations directly within your code editing session.
Write, test, and execute shell scripts with real-time feedback and syntax highlighting.
Replicate pipeline steps locally using identical commands used in CI environments.
Press Ctrl+``
or select Terminal → New Terminal from the menu.
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"terminal.integrated.fontFamily": "'Cascadia Code', monospace",
"terminal.integrated.fontSize": 14
Run git status
or any custom commands directly in the editor window.