Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>oj-bundleNew to Visual Studio Code? Get it now.
oj-bundle

oj-bundle

Alfred Chester

|
5 installs
| (0) | Free
oj-bundle adaptor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

oj-bundle

This project is a vscode extension that integrates the oj-bundle tool from verification-helper and a typescript version of CppCodeCompressor. It aims to help competitive programmers to compress their code and generate a bundle for submission.

Features

This extension provides a command oj-bundle.bundle-and-paste that compresses the code and generates a bundle for submission. The bundle is then copied to the clipboard.

You can invoke the command by pressing Ctrl+Shift+P and typing oj-bundle.bundle-and-paste. Or you can use the shortcut Ctrl+Alt+S or Cmd+Alt+S (on macOS) to invoke the command directly.

Requirements

Install verification-helper:

pip3 install online-judge-verify-helper

Extension Settings

This extension contributes the following settings:

  • oj-bundle.args: Space seperated additional flags passed to oj-bundle. Example '-I path/to/your/library1 -I path/to/your/library2'
  • oj-bundle.executable: Executable path to the oj-bundle tool.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft