#How to locate build files to build folder in VSCODE?

7 messages · Page 1 of 1 (latest)

honest salmon
#

I was wondering how I can do this in my tasks.json file? I want all of the build files to go into build/output (including the .exe)

neat ivyBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

honest salmon
#

here's an image of tasks.json

crude ember
#

Since your program has >1 source file, you really should invest time into a proper build system

#

At least you won't have to wait for every .cpp file to be rebuilt on every change

#

That said, this is a sus tasks.json. Can you show the build log from using it? Are you sure you even use it?