Search notes:

VSCodeVim

Building

CONTRIBUTING.md lists the following steps to build VSCodeVim.
Prerequisites:
Get the sources
git clone https://github.com/VSCodeVim/Vim
cd Vim
Install the dependencies
yarn install
yarn build-dev # Fast build for development
yarn build     # Slow build for release
yarn watch     # Fast build whenever a file changes
Testing, with running docker, …
npx gulp test                 # Run tests inside Docker container
npx gulp test --grep <REGEX>  # Run only tests/suites matching <REGEX> inside Docker container
… without docker:
yarn build                    # Build
yarn build-test               # Build tests
yarn test                     # Test (must close all instances of VS Code)

Links

Github repository of VSCodeVim

Index