Skip to content

The official VSCode client for Tertestrial

License

Notifications You must be signed in to change notification settings

tertestrial/vscode

Repository files navigation

Tertestrial 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 tertestrial in that terminal.
  3. Open Visual Studio's command palette by pressing (Ctrl-Shift-P or Cmd-Shift-P). Enter tertestrial 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

develop

See the developer guide.