How to Enable & Disable Integrated Terminal in VSCode IDE
0 views
Jul 4, 2025
Get the full source code of application here:
View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you how to
0:04
enable or disable the integrated
0:06
terminal inside your VS code. So
0:09
integrated terminal, you can access it
0:11
either by by going to the view menu and
0:14
simply selecting at the bottom side. You
0:16
will see this option of terminal just
0:19
selecting it and now you can access your
0:21
integrated terminal and execute any
0:23
command right here.
0:27
So you can see that. So this is the
0:30
first way by which we can do this. There
0:32
is uh this or you can even go to command
0:36
pallet control shiftp and just typing
0:38
here terminal
0:44
open new external terminal. So then also
0:47
it will open your new terminal as well.
0:50
This is a second way.
0:54
But there is a one other handy way by
0:56
which you can pin this option. In my
1:00
case, you will see at the status bar, I
1:02
basically have this option available of
1:04
terminal. I can toggle this option by
1:07
because majority of the time you do need
1:09
the terminal. So there is an extension
1:11
here. You can install just go to the
1:13
extensions and just type here bottom
1:16
terminal. So what this extension does it
1:19
actually pins the option to access your
1:22
terminal directly in the status bar. So
1:24
just install this extension. So it
1:27
basically pins this option on the status
1:30
bar. So this makes it very much easy to
1:33
actually open your terminal.
1:36
So it will add this option right here
1:37
terminal. So once you click this option
1:39
you can access your terminal very easily
1:41
in VS code. So you can install this
1:44
extension. It's used by almost 10,000
1:47
developers. And also check out my
1:50
website freemediattools.com
1:53
uh which contains thousands of tools.
#Programming
#Software