Jump to content

Just fresh re-installed the extensions because their settings were messed up and I didn't need many of them as well. Now I only have the standard C/C++ extension pack. One thing I noticed is that when I run my program, it also debugs it. And I can't seem to find a simple option to either just compile & run, or debug (there is an option but in both the options debugging is started). Do I actually have to dive into json files, and understand their code and makes changes and make changes again to change an uhhhh. Why can't there be an options to just run, and debug? I am better of compiling through command line but that is the whole point of using an IDE.

PLEASE MARK COMMENTS AS SOLUTION IF SATISFIED!!

bigger number better, makes me look cooler.

Link to comment
https://linustechtips.com/topic/1546487-vs-code-setup-is-complicated/
Share on other sites

Link to post
Share on other sites

Well, VSCode is not an IDE per se, if you want it to behave like one then you have to setup your config and deal with json files.

 

I personally prefer to just run stuff through the command line, even though I do use VSC as my text editor.

FX6300 @ 4.2GHz | Gigabyte GA-78LMT-USB3 R2 | Hyper 212x | 3x 8GB + 1x 4GB @ 1600MHz | Gigabyte 2060 Super | Corsair CX650M | LG 43UK6520PSA
ASUS X550LN | i5 4210u | 12GB
Lenovo N23 Yoga

Link to post
Share on other sites

If you want to do C/C++ development, I highly recommend using Visual Studio instead since it's an actual IDE. VSCode is primarily just a text editor.

Computer engineering PhD student and RFML researcher

 

Daily Driver:

CPU: Ryzen 7 4800H | GPU: RTX 2060 | RAM: 32GB DDR4 3200MHz C16 | OS: Debian 13

 

Gaming PC:

CPU: Ryzen 5 5600X | GPU: EVGA RTX 2080Ti | RAM: 32GB DDR4 3200MHz C16 | OS: Windows 11

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×