vj4 icon indicating copy to clipboard operation
vj4 copied to clipboard

Support global disablement of partial compilers

Open Philogag opened this issue 5 years ago • 3 comments

I only need c/c++ and java, and I want disable the others so that no one can use them

Philogag avatar Sep 17 '19 17:09 Philogag

Why I just remove some items in

is unuseable

Philogag avatar Sep 18 '19 01:09 Philogag

If you are using jd4 to judge, you can edit ~/.config/jd4/langs.yaml to remove some languages. If you are using jd5, you can edit ~/.config/jd5/langs.yaml.

In this case, other languages will be displayed but cannot be judged successfully (an UnsupportedLanguageError will be thrown)

undefined-moe avatar Dec 02 '19 09:12 undefined-moe

You may need to run npm run build after edit that js file.

twd2 avatar Dec 03 '19 02:12 twd2