jmerle / competitive-companion

Browser extension which parses competitive programming problems
https://chromewebstore.google.com/detail/competitive-companion/cjnmckjndlpiamhfimnnjmnckgghkjbl
MIT License
873 stars 111 forks source link

add the problem verdict in vscode #432

Closed studysingh closed 3 months ago

studysingh commented 3 months ago

When we submit the problem on platforms like codeforces , we should be able to see the verdict of the problem in the vscode . There should not be any need to change to browser from terminal

qwedc001 commented 3 months ago

For this issue you should ask cph plugin developer,not the browser one. :)

jmerle commented 3 months ago

What @qwedc001 wrote is correct (assuming you're using CPH). Competitive Companion only parses problem data and sends it to external tools (like the VS Code extension you're using), it doesn't do anything with submissions. You'll have to send this feature request to the developer(s) of the tool that you use to submit your code.