👉 VS Code No Output Problem Code Runner Fix | Terminal Not Working Solution 100% Working
Mar 1, 2026
Get the full source code of application here:
Show More Show Less View Video Transcript
0:00
Uh hello guys in this video I'll show
0:02
you if you are not seeing the output of
0:05
the code directly in terminal in VS
0:07
code. So I will show you the fix how to
0:09
do this. So normally when we type any
0:12
file let's suppose a python C++ file. So
0:15
we have this extension coder runner
0:17
extension we actually click run code and
0:20
directly in my case as you can see it is
0:21
printing out this result of this Python
0:24
program. So in your case if the terminal
0:26
is not printing out your or not running
0:29
your code by default you can actually
0:31
try some fixes. First of all just make
0:34
sure that you have installed this
0:35
coderunner extension which is a really
0:37
popular extension in VS code to directly
0:41
run your code in different programming
0:43
languages. So as soon as you type
0:45
coderunner this extension will come. So
0:47
it's almost having 39 million downloads.
0:50
Simply click install. So I have already
0:52
installed it. So once you install this
0:54
extension you will see this option
0:56
appearing right here at the right hand
0:58
corner of the screen run code
1:02
and in my case it is automatically
1:04
opening the terminal. So in your case if
1:06
the terminal is not opening then what we
1:08
can do you can go to preferences go to
1:11
settings and right here you just need to
1:13
simply type here coderunner
1:16
in the search bar. So as soon as you do
1:18
inside the search per coderunner so by
1:21
default you need to stick to the default
1:24
options.
1:25
So
1:27
you have this setting here which is run
1:29
in terminal. So yeah you need to takeick
1:32
this option wrote code runner run in
1:34
terminal. So this option need to be
1:37
ticked.
1:39
So if you disable this, if you don't
1:41
take takeick this option, what will
1:43
happen basically as soon as you click
1:45
the run button your
1:48
it will show directly inside this but
1:51
you should need to tick this option in
1:54
the settings corner. So make sure that
1:56
this is ticked run in terminal. So make
1:59
sure that it is ticked and then this
2:02
error will not come the code will
2:04
directly run in the terminal. It's a
2:07
100% solution. VS code no output problem
2:11
will be fixed.
2:13
And also if this issue doesn't solve you
2:17
then also make sure that you check if
2:20
you are running Python or NodeJS
2:23
programs you need to check if Python is
2:25
installed inside your system. So just
2:28
make sure Python is installed. In my
2:29
case Python is installed. If you are
2:31
running NodeJS program just make sure
2:33
Node is installed. In many cases, if
2:36
those programs are not installed, the
2:38
terminal the program will not run. And
2:41
if you're still facing this problem, you
2:43
can disable some extensions. If you have
2:45
installed some program uh extensions,
2:48
you can disable them by running this
2:50
command. So, this will disable all the
2:52
extensions for you and then run the VS
2:54
code. And uh
2:57
and also if the terminal is not running
3:01
then also you basically what you can do
3:04
you can go to command pallet. If the
3:07
terminal is not running you can run the
3:10
terminal. Just go to command pallet and
3:12
simply run terminal.
3:21
I think there is this option here.
3:23
Select default template. So go to
3:26
command pallet terminal. Select
3:30
default.
3:34
So if you simply search here, select
3:36
default profile. So it needs to be add
3:39
command prompt. So you just need to
3:41
select command prompt here. That's fine.
3:44
You can even do this by going to again
3:46
preferences settings and right here in
3:48
the search bar simply search for
3:51
terminal and make sure that it is stick
3:54
to
3:56
if you simply search here you can simply
4:00
default profile if you just simply
4:03
search here default profile just make
4:04
sure this default profile is stick to
4:07
command prompt not to null just change
4:10
this to command prompt this is the main
4:12
uh 90% of the time this will fix the
4:15
problem for you. So simply do the fixes
4:17
of this and uh definitely
4:21
uh hit the like button and also
4:24
subscribe to this channel and also
4:26
comment if your problem is solved.
