Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 634 Bytes

THIS REPOSITORY HAS BEEN MOVED TO ECLIPSE-THEIA


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 extension directory:

npx theia-vscodecov

Run to learn how to use:

npx theia-vscodecov --help