How to Fix All Terminal Issues in VSCode IDE and Run any Program of Any Language in Terminal
Jul 3, 2025
Get the full source code of application here:
Show More Show Less View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video I'll show you if you are
0:04
facing any sort of terminal issues while
0:06
running programs inside VS code of any
0:09
language. It can be C++, Python,
0:12
JavaScript. So there is an extension
0:14
that you can install which allows you to
0:16
directly run programs inside terminal
0:19
and you will not face any sort of
0:21
issues. So we have the simple C++
0:24
program I have written right here. Now
0:26
to run this program directly in the
0:28
terminal there is an extension that you
0:31
can install which is coderunner
0:33
just go to this search bar just type
0:36
coderunner the very first extension
0:38
which comes it's almost used by 35
0:40
million developers it's a very famous
0:43
extension developed by Jan you can see
0:47
click the install button and just
0:50
automatically the in extension will be
0:52
enabled and now just open this settings
0:56
of this extension
0:58
and right here
1:01
by default it will open
1:04
or directly run the programs directly in
1:07
the terminal. So by default you don't
1:11
need to do anything right here. So by
1:14
default you will see the check mark is
1:16
there.
1:17
So the code will be run directly in the
1:20
terminal integrated terminal. So now if
1:23
I try to run this program, it's a simple
1:26
C++ programs which runs and it uh
1:30
calculates the sum of two numbers. So
1:34
now to run this, you basically will see
1:36
a run button. If you click these three
1:39
dots
1:41
and you will see this run or debug. So
1:44
this button will show run code. As soon
1:47
as you do this, your program will run
1:49
and it will ask you to enter the first
1:51
number and then the second number and
1:54
the sum is equal to 20. And you can do
1:56
this with any language. It can be any
1:59
JavaScript program as well. So
2:03
you actually enter two numbers,
2:05
calculate the sum.
2:08
So it can be any language. This is the
2:10
extension that you need to install
2:12
coderunner and it will fix any terminal
2:15
issues that you face in VS code for
2:17
running any kind of program. So the
2:19
solution is very simple just install
2:21
this extension and it will fix your
2:24
problem. And please hit that like
2:26
button, subscribe the channel as well,
2:28
and also check out my website
2:31
freemediatools.com
2:33
uh which contains thousands of tools.
#Programming
#Software
