Open pointertobios opened 5 months ago
You need to test two things, first check if your VSCode Complier can recoginze your code and doesn't show the error? Second, check if the error only occurs in CPH Extension.
If first, then install g++ or your supported version of complier. As it seems from your error reported you haven't installed one. But I may be presuming, hence move to the second option to locate the complier to the path in extension setting of CPH. Type: @ext:DivyanshuAgrawal.competitive-programming-helper Or Go to Extension > Select CPH > 3-Dots > Extension setting. Select Cpp: submission complier, Cpp: Args (if any), Cpp:Command.
@agrawal-d Kindly close this issue, answered in #449.
Thank you.
I'm using cph with correct g++ in PATH.But it reported
Coudn't launch testcase process. Is 'g++' in your PATH?
I'd like to get log to find out what cph do before this error reported.vscode version 1.89.1 windows 11 cph version 6.1.0