/vscode-bisect

Allows to bisect VSCode web and desktop builds for issues.

Primary LanguageTypeScriptMIT LicenseMIT

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.