OI File Checker
⚠️ 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.
usage
oi-file-checker.setCompilerPath is use to set the g++ path, which is set to g++ defaultly.
oi-file-checker.setCompilerArgs is use to set the g++ compile arguments, which is set to -Wl,--stack=1022483648 -O2 -static defaultly.
oi-file-checker.setChromePath is use to set the chrome path, which is set to C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe defaultly.
oi-file-checker.autosave is use to set whether you want to save the code while running your code, which is set to true defaultly.