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

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758209360, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/editors/Visual-Studio-Code/extensions/interesting/VSCodeVim/index(71): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78