Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-simple-cotest-testerNew to Visual Studio Code? Get it now.

vscode-simple-cotest-tester

tanzaku

|
38 installs
| (0) | Free
simple contest tester
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-simple-contest-tester README

This extension compiles and runs the file that is open.

Language is recognized by file extension.

Language extension compile run
C++ .cpp g++ -std=c++11 -g -fsanitize=address -fsanitize=undefined -o a.out ${filename} ./a.out
Rust .rs rustc -g -o a.out ${filename} RUST_BACKTRACE=1 ./a.out
Python .py python3 ${filename}

Command

  1. Ctrl+Shift+P
  2. runProg
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft