All notable changes to this project will be documented in this file.
- Added end-to-end behavioral tests using
@vscode/test-electron+ Mocha/Chai undertest/. - New npm scripts:
test,test:gui, andtest:ci; CI runs headless tests. - CI now verifies VSIX contents (
vsce ls) and builds the package (vsce package). - Documentation: added
AGENTS.mdandCONTRIBUTING.md; updatedREADME.mdwith Testing section. - Packaging: updated
.vscodeignoreto excludetest/**,out/test/**,.vscode-test/**, and dependencytest/specfiles. - Repo hygiene: added
.vscode-testto.gitignore; removed unusedvalue-check.js. - Dependency updates: bumped ESLint/TypeScript toolchain,
@types/vscode, Mocha/Chai, etc.