Anupam

Results 7 comments of Anupam

Unable to set the Charge Level in MacBook Pro M2. If set to 100%, closes unexpectedly. Also, disabled optimized battery charging.

This is related to your code optimization, not with the CPH extension. Try to run the output in Terminal and you will find one or another error. It may be...

check the `clang --version` in terminal. If the below is true, then you may try my settings which resolved the issue: ``` Apple clang version 15.0.0 (clang-1500.1.0.2.5) ``` Follow the...

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...

@agrawal-d Kindly close this issue, answered in #449. Thank you.

> in a local file on vscode i have a template for cpp already and currently for each question, i have to copy the template to the new file so...

Go to `Extension > Competitive Programming Helper > select three dots > Extension setting`. Uncheck `Cph > General: Auto Show Judge`. This will disable the CPH tab opening up (feature)...