- Ignore warnings from
yarnabout the "vscode" engine appearing to be invalid
- Run
xvfb-run -a yarn testto run the tests using the vscode-test cli - Ensure to always build the latest code using
yarn buildoryarn watchbefore running any tests - The
tests/fixturesdirectory contains various example markup and style files to test the extension under different conditions - Use
yarn test --helpto discover various options that can be used to filter the tests being executed - Fix any test or type errors until the whole suite is green.
- After moving files or changing imports, run yarn lint to be sure ESLint and TypeScript rules still pass.
- Add or update tests for the code you change, even if nobody asked.
Title format: [OpenAI Codex] <Title>