joaomoreno / vscode-bisect

Allows to bisect VSCode web and desktop builds for issues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-bisect

Allows to bisect released VSCode web and desktop insider builds for issues similar to what git bisect does.

Requirements

Usage

Install vscode-bisect globally:

npm install -g vscode-bisect

Verify the installation:

vscode-bisect --help

vscode-bisect is meant to be only used as a command line tool.

About

Allows to bisect VSCode web and desktop builds for issues.

License:MIT License


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%