contest-framework / vscode

The official VSCode client for Tertestrial
ISC License
0 stars 0 forks source link

Contest client for VSCode

CI badge

install

This extension is available in the Visual Studio marketplace. Please don't forget to also install the server.

use

  1. Arrange a terminal and VSCode on your screen(s) so that you see both. You can use the terminal built into VSCode or an external one here.
  2. Start the server by running contest in that terminal.
  3. Open Visual Studio's command palette by pressing (Ctrl-Shift-P or Cmd-Shift-P). Enter contest to trim the list of available commands. Choose one of these commands:
testAll Test everything
testFile Test this file
testFileLine Test the code at this line in this file
repeatTest Repeat the last test
stopTest Stop the current test
autoRepeat Start/Stop auto-repeat on file save
autoTestCurrentFile Auto-test the current file on save

develop

See the developer guide.