⚠️ Warning: This extension is only available on Windows.
description
You can fill in the samples into this tool, which can quickly help you run code tests.
Specifically, it can crawl samples of various questions from Luogu, Codeforces, and Atcoder to the testing point by simply entering the URL of the question. It can call your browser to crawl the samples.
update
1.0.3: fix bugs and change the UI.
1.0.2: fix bugs.
1.0.1: change the icon.
usage
file-checker.setCompilerPath is use to set the g++ path, which is set to g++ defaultly.
file-checker.setCompilerArgs is use to set the g++ compile arguments, which is set to -Wl,--stack=1022483648 -O2 -static defaultly.
file-checker.setChromePath is use to set the chrome path, which is set to C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe defaultly.