mfornet / acmx

Competitive programming made simple. VSCode extension.
MIT License
148 stars 9 forks source link

Selecting checker doesn't work #110

Closed Salil03 closed 3 years ago

Salil03 commented 3 years ago

Even though I have selected rcmp6.cpp checker, my AC code gives wrong answer with checker. Also rcmp6 is not present in the checker folder.

Dogacel commented 3 years ago

I think settings the "checker.value" should default to checker.cpp in the attic folder. Because selecting a checker only creaters checker.cpp but it doesn't change the config so I still get WA.

mfornet commented 3 years ago

Fixed in #113 (Will close after publishing new version)