⚠️ 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
2.1.0: fix bugs and update the UI.
2.0.0: Abandon textarea and choose monaco.
1.3.0: Add a debug mode(you should use C/C++ extension) and fix bugs.
1.2.0: Add a checkbox O2 and fix bugs.
1.1.1: Fix bugs.
1.1.0: Fix bugs and add 'memory' view.
1.0.5: Fix bugs.
1.0.4: Update. When there is just one sample and you click the "remove", it will clear the sample.
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.