jmerle / competitive-companion

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

Vjudge parsing not working properly #127

Closed Saurav-Paul closed 3 years ago

Saurav-Paul commented 3 years ago

After parsing one problem from vjudge, if i open next problem to parse, it gives testcases from previous problem.. Please fix it.

jmerle commented 3 years ago

Fixed in https://github.com/jmerle/competitive-companion/commit/ede8f54b9ad57ce74b8234829709004bc91565aa, released in 2.19.2. Thanks for reporting the bug!

Saurav-Paul commented 3 years ago

@jmerle Thank you for fast response.