I recently switched my IDE from Eclipse to VS Code (OS: Ubuntu). My Cuda program generates several outputs (.dat files). Eclipse creates files in the workspace directory, while VS code puts them into the $HOME directory. How can I change the output path in VS code? I want to generate outputs into the workspace directory.
I put "cwd" and "outFiles" commands in the launch.json, but it did not work.
I appreciate any help you can provide.