Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 526 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 526 Bytes

theia-vscodecov

Test VS Code API coverage against Theia for any VS Code extension

Open in Gitpod

Install

Run in order to build and install locally:

git clone https://github.com/theia-ide/theia-vscodecov.git
cd theia-vscodecov
npm install
npm install -g .

Use

Run from VS Code extendion directory:

npx theia-vscodecov

Run to learn how to use:

npx theia-vscodecov --help