cph icon indicating copy to clipboard operation
cph copied to clipboard

Makes judging, compiling, and downloading problems for competitive programming easy.

Results 143 cph issues
Sort by recently updated
recently updated
newest added

**Extension Version:** v5.8.7 **VS Code Version:** 1.63.2 (Universal) Commit: **899d46d82c4c95423fb7e10e68eba52050e30ba3** **Browser Version:** Not Required **Operating System:** macOS 12.1 (21C52) bit )> For huge inputs and outputs (10^5 characters), it would...

enhancement

Consider adding the Ability to set default cursor location in Loaded file templates as is the case with user snippets using $1 in vscode. or can be done using an...

enhancement

File named as "P6216.cpp" received "Unsupported file extension. Only these types are valid: py,cpp,rs,c,java" when I clicked "Create Problem".

```python n = int(input()) for i in range(1,n+1): print(' '*(n-i)+'*'*i) for i in range(1,n): print(' '*i+'*'*(n-i)) ``` python3, pypy3.6 **Extension Version:** 5.8.1 **VS Code Version:** 1.62.0 (Universal) **Browser Version:** -...

Testcases do not run if compilation throws a warning. A workaround is to change settings to ignore all warnings with -w flag but it would be nice to run test...

For example, I am doing contest 123, and the generated files are 123A.cpp, 123B.cpp..., it would be very useful if these generated files were put into a folder called "Codeforces...

It would be very helpful if line numbers were added to the output window.

enhancement

I was doing CP with this extension,when suddenly it started sticking in vscode.I tried everything from updating windows to switching to previous versions of VSCODE.

![Screenshot 2021-09-01 at 11 24 52 AM](https://user-images.githubusercontent.com/62033657/131620670-2c00cfa6-6d4a-4ef7-9a4c-5f8d172d3aa3.png) I tried reinstalling the extension, removing it directly from ~/.vscode/extensions/ and deleting all the setting of cph from the settings.json file but nothing...

How to Preload our own custom cp template, when problem testcases are loaded, also could you add a feature to load the problem statement in vs-code itself ?