You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using cph with correct g++ in PATH.But it reportedCoudn'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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: