brother i know you made this two years ago but I'm so grateful for your tutorial. this is the only one that got vs code to work for me and I'm so deeply grateful for it
This video will definitely help anyone because i wasted my lot of data for install v s stdio but after long struggle i got this video and my problem has solved ,so if u want to install v s stdio without any effort then you can go with this video, i am saying because i install v s stdio just now . so prefer this video and lets enjoy your coding journey. Thanku
I don't usually comment but you are honestly such a life saver. I went through so many tutorials that were either too long or were narrated by other languages. Also when I followed some of them, it took forever and still didn't work but your guide worked so quick and it was very easy to follow.
Thanks man. You are great. When I was running the program it shows some error, because I didn't save it. No one told it except you. I almost gonna uninstall the Visual Studio Code.
Thanks sir.... You saved me.... Just saved me..... I've tried it over 6months...... Watching many yt videos..... But this is the best video to learn how to run c/c++ in vsc..... Really appreciable... 🙏🙏❤️
The fastest and simpliest tutorial,spent over an hour writing in stackoverflow and getting abstract answers,with your help I did it in 2 minutes.Kudos.
You are a hero, I nearly gave up, I started trying at 6pm in the evening, I found your video at 11:56 pm 00:15 and my problem was fixed. Thank you kind sir
For anyone who is following the VSCode tutorial and wanted to install gdb as well do the following in addition to the steps that are described. 1) With mingw64 open check if gdb is installed using: gdb --version 2) If it is not installed use the following to install gdb: pacman -S gdb 3) To get the path to the gdb bin type the following in the mingw64 program: which gbd 4) Follow the instructions in this video to navigate to the Environment Variables window 2:19 5) Add a new Path and use the same path as was used for adding gcc EXCEPT instead of MinGW\bin at the end you should use usr\bin or whatever path was displayed when using the 'which gdb' command 6) Check that it was add to Path by typing 'gdb --version' in the Windows command line
thank you so much, i've been strugling to find a way to run a simple C++ on VS Code because I can't afford to install VS IDE due to my low storage. You really save my life before my exam!!
Thanks a lot bro, I was stuck for last few days with why my programs are not running in VS Code and couldn't find any solution. And now because of you my problem is solved, very very thanks bro
After 2 days of wasted evenings finally someone who step by steb and very simple said told us how tu debug visual studio code... I almost lost hope but you came and solved it thanks
The only properly working setup guide for C/C++ in VS code as of 19-Aug-2021.... i found a lot of outdated setup videos on YT but this one is perfectly working fine..!! Thanks a lot..!!!
I don't know how can i thank you. I've tried several tutorials to install and run VS .None of them could help me properly. But you just solved all my problems in just 1 video.I'll always be grateful to you
I was unable to create the .exe file ... There is not a single good explanation as you did on this stuff .. Thank you so much brother you helped me alot 💖
Such a great viedo, I spent all my daylight hours yesterday trying to make it work and it didn't even take me 30 minutes watching your video. THANKS!!!
3:02 For those who still get an error, that 'g++ is not recognised....... ' Solution: while you added that copied MinGW path in 'User variables', ( 2:20 ) Just do the same for System variables (it's below the 'user variables' column. ) Copy paste the same path (MinGw/bin) in Path of 'System variables'
Hey could anybody help me I have done all the steps like shown in the video. But while running the program I get an error👉 variable ${workspace Folder}can not be resolved.please open a folder Then two option appear 1)Open 'lunch.json' 2)Cancel Please guide me to solve this error
Bro thanks a lot. I tried many ways, wasted hours of time,installed -uninstalled many times vs code and mingw but nothing worked . Finally because of your video I was able to run my first c++ program on vs code successfully. Thanks a lot once again!!!
For people facing error "g++' is not recognized as an internal or external command" put the variable in Global path(the box under user path) That solved the problem for me
doesnt work for me... I'm curious why every thing made from programmers for programmers never work as it should. This is why i don't use linux - I can do exactly as developers said on his webpaige and... this is just a coin toss. Maybe it will be work or maybe not. Probably not.
i tried a lot by seeing different different youtubers video but i didn't find a solution but then i saw your video and solve the problem in just half an hour by getting min gw to correct path and and installing vs code. thanks a lot
Thanks! This was the best video that clearly explained everything, and it even worked! Thank you so much! Now I don't have to use turbo c++ to run my code lol
Hi I followed the tutorial step by step, i added the bin folder to path, but i get this error when running my code: 'g++' is not recognized as an internal or external command, operable program or batch file.
i usally don't comment. but bro u r my life saver. i went through a lot of videos but those videos are not very helpful to me. and your video is very helpful for any beginner programmar
@@AbhishekBM Why? Don't you have common sense? It's like playing a game & builing the game yourself, where the building part is the language & playing is like setting up the compiler. You can play the game peacefully where building, debugging & releasing process are much harder than that.
@@forhadrh as a matter of fact, I do not have common sense. Thank you for that great analogy. Intellectuals like yourselves are a blessing to idiots like me.
Thankss. I tried much time but my visual never run. but with your video now my work is done am vary happy thanks soooooooooooooooo much and love u, sir.
Damn you are the life saviour brother. I was stuck in a code that wasn't working and following your procedures really helped me come out of the problem; And hereby I declare that I regained my life in coding again. ❤️❤️
Sir very thank you this video actually helped me a lot.I was facing issues after issues from 7 months when ibhave installed vs code .I used to watch videos to fix it but nothing worked and I remember I used to skip your video bcoz of views and the sub count but don't know why yesterday again I started for searching videos and accidently landed on this video which turned into the actual solution so views and sub count is not the thing the thing is the content provided Hats off to u sir.And again thank u🙌🙌
If some one is getting any trouble : g++ is not recognized as an external or internal command then you might have edited you user variable path... edit the System variable part of the environment variable part
@@sitinorfarah5629 in the Environment Variables Window there are two seperate windows: On top are your specific user variables and on the bottom are the system variables. You need to add the path to the system variables at the bottom and not at the user variables at the top.
Thank you so much for this tutorial. I had checked a bunch of other videos but I couldn't get the compiler to work there, but this finally did the trick!
thank you so much this is the best video on youtube I have seen in my life after watch for just 10 minute I have eventually done it thanks so much I love all of your content and I think some projecct would be a good idea for growing up your channel try it !!!!!!!!
Thank you so much!!! I was strugling for 7hrs watching other tutorials and thinking that I'm so stupidTT but then I followed by your tutorial and now everything is working
I do not usually comment but your brilliance has instigated me to write a couplet for you which I believe is not enough but this is the only way I could say thank you, you are a champ.
3/6/2021 working really good, if you have some trouble try to open vscode directly from the folder, for example in the terminal write code . I had a problem with the compilation but now everything is fine
Thank you bro i was actually struggling for a while i almost had a probelm where from the path you said i couldn't change reader mode only and for anyone who has that probelm go to the code runner extension itself you can also select it from there thank you again bro
Best tutorial out there. Solved all my problems
Couldn't run: Solved
Couldn't write input: Solved
Thank you so much
Thank you ..... literally send 4 days in this problem even upgraded my windows from 7 to 10 send over 2500 in this problem
One of the Clear and clean video tutorial for visual studio
Glad to hear that 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : bit.ly/2OH9Jv5
brother i know you made this two years ago but I'm so grateful for your tutorial. this is the only one that got vs code to work for me and I'm so deeply grateful for it
BEST TUTORIAL, STRAIGHT TO THE POINT video. WHAT A HERO
You're welcome! 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : rebrand.ly/FreeSubscription
This video will definitely help anyone because i wasted my lot of data for install v s stdio but after long struggle i got this video and my problem has solved ,so if u want to install v s stdio without any effort then you can go with this video, i am saying because i install v s stdio just now . so prefer this video and lets enjoy your coding journey. Thanku
This was extremely helpful!!!! Thank you so much!!!! I had no idea why the compiler wasn't cooperating. Very simple and thorough!!!
😇 You're welcome! 😇
👉 C++ Programming Course - bit.ly/CplusplusCourse
👉 Subscribe : rebrand.ly/FreeSubscription
Thank you sp much! This is the only video that worked! I liked the video!
I don't usually comment but you are honestly such a life saver. I went through so many tutorials that were either too long or were narrated by other languages. Also when I followed some of them, it took forever and still didn't work but your guide worked so quick and it was very easy to follow.
Same Thank you so much!!
If you have the error 'g++ is not a recognized command' within the vscode terminal, just run vscode as administrator, worked for me :)
you have to write version
I was bored with turbo c and wandering what should I use for c++. And I found this video, this helped a lot. Thanks mannnnn...
best video for install vs code and compiler ..i spend lots of time in otner video all are confusing but your video is clear and 100% working .thankypu
Thanks man. You are great. When I was running the program it shows some error, because I didn't save it. No one told it except you. I almost gonna uninstall the Visual Studio Code.
Thanks sir.... You saved me.... Just saved me..... I've tried it over 6months...... Watching many yt videos..... But this is the best video to learn how to run c/c++ in vsc..... Really appreciable... 🙏🙏❤️
I can't thank you enough ,finally I can run C++ on vs code .
You're welcome 😊
Subscribe : bit.ly/2OH9Jv5
same here
same here
I watch many videos for setup C++ in vs code but we are Unable to do it But when I watch your video then I have finally setup THANKYOU TECH CODE.
😇 You're welcome! 😇
👉 C++ Programming Course - bit.ly/CplusplusCourse
👉 Subscribe : rebrand.ly/FreeSubscription
The fastest and simpliest tutorial,spent over an hour writing in stackoverflow and getting abstract answers,with your help I did it in 2 minutes.Kudos.
stackoverflow can be the worst place to go if youre new to coding
@@maycontainnuts3127 Yeap, every cry for help results in a pissing match between developers.
@@atlantic_love XD accurate
You are a hero, I nearly gave up, I started trying at 6pm in the evening, I found your video at 11:56 pm
00:15 and my problem was fixed.
Thank you kind sir
Thank You for your kind words 😇
the best, i was stuck with compiler issues for hours
Me too😶
Me too but now solved
@@mynamishidandsois6257 how solved?
g++: fatal error: no input files
compilation terminated.
Imgetting these error
@@ShashwataSaha same error
@@ShashwataSaha in the extension just write .c or .c++
For anyone who is following the VSCode tutorial and wanted to install gdb as well do the following in addition to the steps that are described.
1) With mingw64 open check if gdb is installed using: gdb --version
2) If it is not installed use the following to install gdb: pacman -S gdb
3) To get the path to the gdb bin type the following in the mingw64 program: which gbd
4) Follow the instructions in this video to navigate to the Environment Variables window 2:19
5) Add a new Path and use the same path as was used for adding gcc EXCEPT instead of MinGW\bin at the end you should use usr\bin or whatever path was displayed when using the 'which gdb' command
6) Check that it was add to Path by typing 'gdb --version' in the Windows command line
Thanks for the clear tutorial. I have successfully configured my vscode for running C++ just because of you.
You're welcome! 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : bit.ly/2OH9Jv5
Thank you so much sir.💖💖💖The explanation of video was very simple. once again thank you.
thank you so much, i've been strugling to find a way to run a simple C++ on VS Code because I can't afford to install VS IDE due to my low storage. You really save my life before my exam!!
Thanks a lot bro, I was stuck for last few days with why my programs are not running in VS Code and couldn't find any solution. And now because of you my problem is solved, very very thanks bro
You're Welcome Bro 😉
Don't forget to subscribe 👍
Thanks a lot mann..I am a beginner,just started to learn this language..u appeared as a torch bearer in the dark forest 💫✌️.. keep going ✌️
After 2 days of wasted evenings finally someone who step by steb and very simple said told us how tu debug visual studio code... I almost lost hope but you came and solved it thanks
I almost gave up because my code would not run in the terminal. That code runner really helped. Thanks.
You're welcome! 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : bit.ly/2OH9Jv5
I have faced many problems in vs code to run program, thanks to you I'm able to solve errors in vs code .
Thanks a lot🙌
The best tutorial on whole RUclips. Thank you so much, my friend.
You're welcome!
you're the only person in the whole youtube who ever managed to show how EXACTLY to compile, Thank you soo much!!!!
thank u so much after 5 months I download it
😇 You're welcome! 😇
👉 C++ Programming Course - bit.ly/CplusplusCourse
👉 Subscribe : rebrand.ly/FreeSubscription
Lol even I'm also
@@selene8721 😂😂
you helped me a lot as a beginner in programming, thanks a lot, from Pakistan.
The only properly working setup guide for C/C++ in VS code as of 19-Aug-2021.... i found a lot of outdated setup videos on YT but this one is perfectly working fine..!! Thanks a lot..!!!
BRO THANK YOU SOOO MUCH !!!!!!!
I was about to break my laptop coz I've been trying since last 3 weeks and nothing work
Subscribed straight away
Thanks for completing 20k Subscriber ❤️
Yogrenda, Like many others here, this video has been a great help to us beginners, Thank you !
You're welcome! 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : bit.ly/2OH9Jv5
I don't know how can i thank you. I've tried several tutorials to install and run VS .None of them could help me properly. But you just solved all my problems in just 1 video.I'll always be grateful to you
You're welcome! 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : bit.ly/2OH9Jv5
how much did he pay you ?
I was looking for this.
REALLY REALLY Helpful
Thanku so much sir.... Because of you ..i am able to work on vs code...love from india(maharashtra)🇮🇳
Amazing tutorial. I always wondered why MS Visual Code didn't come with a compiler by default, but this was a fantastically easy to follow workaround.
Because it's just a text editor, made to be lightweight and work with any language.
@@alexhristache Thank you, makes sense
U r the best dudeee.....been seeing many other videos for more than 6hrs....nothing worked...but yours was the best tysm❤️
😇 You're welcome! 😇
👉 C++ Programming Course - bit.ly/CplusplusCourse
👉 Subscribe : rebrand.ly/FreeSubscription
I was looking in many tutorials. This is the best I found! thanks a lot!!
Thankkkkkkkkkkkkkkkkkk u verrrmyyy muccccchhhhhhhhhh dudeeee beacuase of you now i will practixe c++ and will crack my 12th std exam of computers❤️❤️
You're welcome! 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : bit.ly/2OH9Jv5
I must appreciate that you told about input handling and related settings.
I was unable to create the .exe file ... There is not a single good explanation as you did on this stuff ..
Thank you so much brother you helped me alot 💖
you are a legend!!!!
thnk U sooooooooo much ive been looking all day for a video like this
You're welcome! 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : bit.ly/2OH9Jv5
Such a great viedo, I spent all my daylight hours yesterday trying to make it work and it didn't even take me 30 minutes watching your video. THANKS!!!
You're welcome! 😇
👉 C++ Programming Course - bit.ly/CplusplusCourse
👉 Subscribe : rebrand.ly/FreeSubscription
Great work. No time wastage and straight to the point.
I only click the 'like' button of a video, which i seems great... Your explanation is great brother👍👍🙏🙏❣️
3:02
For those who still get an error, that 'g++ is not recognised....... '
Solution: while you added that copied MinGW path in 'User variables', ( 2:20 )
Just do the same for System variables (it's below the 'user variables' column. )
Copy paste the same path (MinGw/bin) in Path of 'System variables'
I’m getting that very error.. even after copying it in system variables..?
Any idea why..?
still can't:(
@@aroojraja4031 same problem...have u got any solution??
Hey could anybody help me
I have done all the steps like shown in the video.
But while running the program I get an error👉 variable ${workspace Folder}can not be resolved.please open a folder
Then two option appear
1)Open 'lunch.json'
2)Cancel
Please guide me to solve this error
ty dude
Hi you are a wonderful guy who can teach for a beginner to understand, I tryand watch you videos
Thanks a million
Honestly, the best tutorial out there. Thank you so much brother.
Glad it helped! 😇
👉 Don't forget to enroll in C++ Programming Course - bit.ly/CplusplusCourse
👉 Subscribe : rebrand.ly/FreeSubscription
DUDE i use online compiler now i tried using this any vids didnt work other than this THANK YOU SO MUCH!!!
Many tutorials are available, but this one is simple and quick all in one.
Bro thanks a lot. I tried many ways, wasted hours of time,installed -uninstalled many times vs code and mingw but nothing worked . Finally because of your video I was able to run my first c++ program on vs code successfully. Thanks a lot once again!!!
Your videos are really informative. Looking forward for more!!
Glad you like them! 😇
Thank bro love you♥️ from Pakistan 🇵🇰 it really help me a lot
For people facing error
"g++' is not recognized as an internal or external command"
put the variable in Global path(the box under user path)
That solved the problem for me
bro where
thanks bro i got it
@@baibars5191 i didn't got please help me
doesnt work for me... I'm curious why every thing made from programmers for programmers never work as it should. This is why i don't use linux - I can do exactly as developers said on his webpaige and... this is just a coin toss. Maybe it will be work or maybe not. Probably not.
i tried a lot by seeing different different youtubers video but i didn't find a solution but then i saw your video and solve the problem in just half an hour by getting min gw to correct path and and installing vs code. thanks a lot
Glad to hear that
Thanks! This was the best video that clearly explained everything, and it even worked! Thank you so much! Now I don't have to use turbo c++ to run my code lol
you are god sir..after changing my laptop i was struggling from 2 days....now its fixed..F
Hi I followed the tutorial step by step, i added the bin folder to path, but i get this error when running my code: 'g++' is not recognized as an internal or external command,
operable program or batch file.
same
@@زيادمحمدعلي-ل4ت ruclips.net/video/Cxpj0sE8_pg/видео.html
this fixed my issue with that
bro thank you so much i literally spent hours searching how to instal mingw and it wasnt working so thank god your video helped me!
Glad I could help 😇
👉 C++ Programming Course - udemy-courses.pxf.io/Best_Cplusplus_Course
👉 Subscribe : rebrand.ly/FreeSubscription
this is amazing i was searching for this !!
+1 subscriber
You're welcome! 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : bit.ly/2OH9Jv5
Very thank you bhaiya
Mera 3rd try tha ye
Finally! Hogya ab.☺️💕
Thank you brother because of you i was able to run a code so smoothly and easily
You got a like
Again thanks 😊
You're welcome! 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : bit.ly/2OH9Jv5
@@TechDecode I'm, getting an error as Handler already set what to do sir?
i usally don't comment. but bro u r my life saver. i went through a lot of videos but those videos are not very helpful to me. and your video is very helpful for any beginner programmar
You're Welcome 😇
C++ : I'm the most difficult thing to learn, haha.
Visual Studio Code : *Hold my C++ Setup Process*
Learning a language & setting up an environment to run that language is not same thing, boi.
@@forhadrh That's obvious.
@@forhadrh really??!! I didn't know that.
@@AbhishekBM Why? Don't you have common sense? It's like playing a game & builing the game yourself, where the building part is the language & playing is like setting up the compiler. You can play the game peacefully where building, debugging & releasing process are much harder than that.
@@forhadrh as a matter of fact, I do not have common sense. Thank you for that great analogy. Intellectuals like yourselves are a blessing to idiots like me.
Thankss. I tried much time but my visual never run. but with your video now my work is done am vary happy thanks soooooooooooooooo much and love u, sir.
What a great Tutorial. Thank you really much. You saved my live :)
You're welcome! 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : bit.ly/2OH9Jv5
This is one of the best explanation of c thankyou very much sir ❤️❤️❤️
still trying to make it, but my #include or court, I underlined and it always says that there is a problem with g++
I've got it too. Please help me ...
same here:(
Thanku so much..... I was not able to run my program coz I didn't save. them but now it's solved. Again thanku very much 👍
Happy to help 😇
👉 Don't forget to check our website for more C/C++ tutorials : techdecodetutorials.com/category/c/
Damn you are the life saviour brother.
I was stuck in a code that wasn't working and following your procedures really helped me come out of the problem; And hereby I declare that I regained my life in coding again. ❤️❤️
You're welcome! 😇😇
Don't forget to check our website for C/C++ tutorials: techdecodetutorials.com/category/c/
Best step by step description. I installed the ver. 18.1 Thanks. Best Wishes(Apr. 2022)
'g++' is not recognized as an internal or external command,
operable program or batch file.
its showing me this error
That means minGW does not install correctly on your system.
same problem here, how can this be fixed
Same issue here too..... How to resolve it??
Sir very thank you this video actually helped me a lot.I was facing issues after issues from 7 months when ibhave installed vs code .I used to watch videos to fix it but nothing worked and I remember I used to skip your video bcoz of views and the sub count but don't know why yesterday again I started for searching videos and accidently landed on this video which turned into the actual solution so views and sub count is not the thing the thing is the content provided Hats off to u sir.And again thank u🙌🙌
Best comment of the day ❤️
@@TechDecode thanku sir
If some one is getting any trouble : g++ is not recognized as an external or internal command then you might have edited you user variable path... edit the System variable part of the environment variable part
i did not understand
what do you mean by edit the System variable? im facing this problem right now
@@sitinorfarah5629 in the Environment Variables Window there are two seperate windows: On top are your specific user variables and on the bottom are the system variables. You need to add the path to the system variables at the bottom and not at the user variables at the top.
I LOVE YOU!!!!!!!!!! 😭 This tutorial was a LIFE SAVER!!! Subscribed.
Thank you so much for this tutorial. I had checked a bunch of other videos but I couldn't get the compiler to work there, but this finally did the trick!
Haven't used C++ since college mane, love this channel.
One of the best on youtube!! Thanks a lot 🌻🌻 you made it too easy, seen many videos but none of them worked, it is the best !!
after watching 5-6 videos, i found this very helpful, Thanks man
Ive watched several videos and their video is either old (Despite yours is older) or just doesnt make any sense. Thank you so much for this
I was stuck for 3 days nearly.
Thanks a lot sir........big thanks to you.
Happy to help 😊
@@TechDecode plz tell me where can i learn to start coding now as a beginner..?
C++ Programming Course - bit.ly/CplusplusCourse
thank you ive been trying for 2 days straight and all of the compilers that i installed didn't work and this worked thank you
thank you man for this tuto. i was trying to use c++ on VS for a week. and you helped me to do that just in 10 minutes
thank you so much
this is the best video on youtube I have seen in my life
after watch for just 10 minute I have eventually done it
thanks so much
I love all of your content
and I think some projecct would be a good idea for growing up your channel
try it !!!!!!!!
Thank you so much!!! I was strugling for 7hrs watching other tutorials and thinking that I'm so stupidTT but then I followed by your tutorial and now everything is working
Great video.
In VS code 1.70.2 you must restart VS code after installing code runner to show "Run in terminal" setting.
Thank you sir best video for beginners rest of sale pta nhi kya batate h samjh m hi nhi aa rha tha
Thank you very much I couldn't understand why I got an error after I only installed the C/C++ extension on VS Code and now it works!
Glad it helped! 😇
👉Don't forget to enroll in C++ Programming Course - bit.ly/CplusplusCourse
i love ur video sir i have lot off issues during download the compiler but i finally solved thnks alot
You are most welcome
THANK YOU SO MUCHHHHH! I'VE BEEN STUCK FOR 4 HOURS ON HOW TO FIND COMPILER ISSUES!
I love u! You help me a lot. The deadline of the assignmant is coming and I still try to figure out why the compiler wasn't cooperating. You save me!
Thank you very much sir i am looking for errorless video and after so many attempts i found you and it works
Happy to help 😇
C++ Programming Course - bit.ly/CplusplusCourse
Subscribe : rebrand.ly/FreeSubscription
Everyday an Indian guy saving my life. Thanks dude, ur the best!
Thank you so much dear i was struggling hard to find out the error ,you solved my each and every problem. You are doing a great job.
You are most welcome 😇
👉 C++ Programming Course - bit.ly/CplusplusCourse
👉 Subscribe : rebrand.ly/FreeSubscription
I do not usually comment but your brilliance has instigated me to write a couplet for you which I believe is not enough but this is the only way I could say thank you, you are a champ.
3/6/2021
working really good, if you have some trouble try to open vscode directly from the folder, for example in the terminal write code . I had a problem with the compilation but now everything is fine
Thank you bro i was actually struggling for a while i almost had a probelm where from the path you said i couldn't change reader mode only and for anyone who has that probelm go to the code runner extension itself you can also select it from there thank you again bro