mfornet / acmx

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

Added tcgen to generate testcases #120

Closed Salil03 closed 2 years ago

Salil03 commented 3 years ago

Regarding #120

Salil03 commented 3 years ago

@mfornet How about adding a setting to ask users for global python path ?

mfornet commented 3 years ago

@mfornet How about adding a setting to ask users for global python path ?

It is a possible path.

What if instead of hardcoding tcgen command and passing custom python path we set a custom tcgen command. By default it can be: /usr/env/python -m tcgen --path $TESTCASES --output $GENERATOR, and we make proper placeholders replacement before running.