im to use ucrt64 to build my project, should i just put the bin folder on the variable thing? or its possible to use like https://www.msys2.org/docs/ides-editors/
i want to each project use a different version, like i was working with 32 bit and 64, i want to configure it for each project, i also want to easy run the program, what is tge best way to do it?
#I want to know the best way to configure an c/c++ project on vscode
32 messages · Page 1 of 1 (latest)
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.
Both ways work
(both PATH and running the msys2 shell)
If you really need different msys2 environments, you could put C:/msys64/msys2_shell.cmd -defterm -here -no-start -ucrt64 -c "gcc file.cpp ...." directly into your tasks.json
(though why would you want 32 bits nowadays?)
Another approach is to start VSC from a msys2 terminal with the right environment, to put the respective compiler into PATH. Then you can run it from tasks.json normally
what start vsc from mysys2??????
Did you add -full-path?
probably
let me try again
wait
i forgor
i use vscodium instead of vscode
@next harness