zmoazeni / vscode-run-tests

Quickly copy or run tests within the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small Visual Studio Code extension to copy the test command (for file or line), or run the test (for file or line).

To Install

Go to your extensions folder (likely ~/.vscode/extensions) and git clone this repository.

Usage

  • Shift-Ctrl-P Run Test
  • Shift-Ctrl-P Run Test for Line
  • Shift-Ctrl-P Copy Test Command
  • Shift-Ctrl-P Copy Test Command for line

Settings

Set run-tests.prefix (typically as a workspace setting) to customize the prefix.

About

Quickly copy or run tests within the terminal


Languages

Language:JavaScript 97.5%Language:Makefile 1.5%Language:Dockerfile 1.0%