im trying but i dont get it, i tried installing a compiler and a debuger and there is still showing up this message that i can fix it: launch: program ‘/home/user/workspace1/c++/build/Debug/outDebug’ does not exist
Hi @Jaime_Johan - one thing you can try is create a new project using our C++ API Server template: https://idx.google.com/new/cpp
From there, you can examine the dev.nix file to see how we configured the project. That may give you some ideas on where you can take our extensibility further
To compile and run C code I added pkgs.binutils, pkgs.gcc
packages to my dev.nix
file.