Open main menu

CDOT Wiki β

Changes

GPU621/Group 5

639 bytes added, 16:30, 1 April 2023
Launch: Adding Final Touches
"externalConsole": false,
"MIMode": "lldb"
///////////////
// ADD THIS: //
"preLaunchTask": "C/C++: g++ build active file" // This will tell VScode which Task to to
////////////// // |-> setup this launch
}
]
}
'''prelaunchTask''': The prelaunch task is set to a string that matches the label section in our tasks. It identifies which task needs to run in order for the launch to be successful. This is where you can create multiple launch tasks that setup your files differently. We’ll be adding a '''task''' for all the library we’ll be setting up.
== OpenMP ==