How do I open the terminal inside my code editor?
You'll be able to: Open and use the integrated terminal in VS Code
- Risk
- Safe to try
- Windows
- Windows 11 · Windows 10
Filed under Programming & tools
The steps
- 1
While inside Visual Studio Code, press Ctrl~ (hold Ctrl and press the backtick key, usually under Esc). A bottom panel opens with a dark command prompt window titled Terminal.

What is the integrated terminal?
The integrated terminal allows you to run commands, start servers, and execute code directly inside your editor without switching back and forth to an external command prompt window.
- 2
Verify the current folder path displayed on the command line. The prompt automatically starts inside your current project folder.
- 3
Type your desired command (such as
python --versionornode --version) and press Enter. The command runs and prints its output directly below what you typed.
It looks different on my screen
You can also open the terminal by clicking Terminal in the top menu and clicking New Terminal.
Did this work?
Updated 2026-08-24اقرأ بالعربية