All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.44 (2024-02-18)
0.2.43 (2023-10-18)
0.2.42 (2023-07-01)
0.2.41 (2023-05-18)
- spawn err on mac (74d3ab2)
0.2.40 (2023-05-18)
0.2.39 (2023-02-08)
0.2.38 (2023-02-08)
- make skipFiles of launch config configurable via debugExclude setting (1c07064)
0.2.37 (2023-01-20)
0.2.36 (2023-01-03)
- read package.json to check if a folder is a Vitest env (df13127)
- run single test on Windows not working properly (c037333)
- tests still say Running after test run finishes (ef2d017)
- unable to cancel in-progress test runs (7ca7f4a)
0.2.35 (2022-12-29)
- map error to correct position when no sourcePos (9d47d7d)
0.2.34 (2022-11-19)
- don't raise version warning if vitest is not installed yet (744032c)
- only collect test result once (f330530)
0.2.33 (2022-11-19)
- windows drive letter match issue (5c58ede)
0.2.32 (2022-10-13)
0.2.31 (2022-10-13)
0.2.30 (2022-08-30)
- Allow overwriting of the host parameter to solve the issue 55.
0.2.29 (2022-08-30)
- add more error message in when test not found (dfdb154)
- enrich error context around test not found (443ed52)
0.2.28 (2022-08-26)
0.2.27 (2022-08-06)
0.2.26 (2022-08-06)
- conservatively display window error (1312f2e)
0.2.25 (2022-08-06)
- run partial test suite on windows (#64) (a6019a4)
- use source-mapped line when showing result. (9db4fec)
0.2.24 (2022-08-06)
0.2.23 (2022-07-24)
- should try activate if contains package.json (6d17b9f)
0.2.22 (2022-07-23)
- filter disabled workspace upfront (a4fc22b)
- hidden test in side panel (f89ce2f)
- vitest.exclude not working #60 (9cd3218)
0.2.21 (2022-07-23)
- no uppercase path allowed for test file (f688bb5)
0.2.20 (2022-07-03)
- replace enqueued with started on test start (d287772)
0.2.19 (2022-06-20)
- don't stop debugging if restarted (ae29785)
0.2.18 (2022-06-19)
- use --api on debug mode (77fd7b3)
0.2.17 (2022-06-19)
- invoke onCollect when ws connected (40bdd0a)
0.2.16 (2022-06-19)
- show enqueue status, show test result faster (ff2ad74)
- update required minimal vitest version (3f8c817)
0.2.15 (2022-06-19)
- windows path issue & improve error message (8e2a3db)
0.2.14 (2022-06-18)
- use --api to get result from test run (8e31504)
- trivial error (7cb5a87)
0.2.13 (2022-06-18)
- add multi-root workspace run/debug support (27951ad)
- add log & fix potential error cause #44 (080b5b8)
- consider workspace folder with no package.json not vitest env (be4d4c3)
- loop over workspace folders for debugging (690a880)
- loop to filter w/ async (a63778f)
- sequentially debug separate workspace folders (2239de7)
- use specific workspace folder's vitest exe (da560fc)
0.2.12 (2022-05-31)
- udpate test error message (4b89bb3)
0.2.11 (2022-05-23)
0.2.10 (2022-05-20)
0.2.9 (2022-05-18)
0.2.8 (2022-05-18)
- use custom path when getVitestVersion (3ebb2f0)
0.2.7 (2022-05-18)
- tests running state in watch mode (4b36b31)
0.2.6 (2022-05-18)
- potential extension activation error (e5cdae5)
0.2.5 (2022-05-18)
- fix potential failed issue (edba084)
0.2.4 (2022-05-17)
- add duration to failed tests (923ea3f)
- dispose state after turning off watch mode (a89e61b)
- use current available port for watch mode (761b9d4)
0.2.3 (2022-05-17)
- filter color char from testing output (730ae97), closes #34
- turn off auto error peek in watch mode (0447fee)
0.2.2 (2022-05-16)
0.2.1 (2022-05-16)
- add toggle watch mode to command palette (7b17988)
0.2.0 (2022-05-16)
- add fuzzy match for tests (ce91117)
- add watch mode run profile (4ce6163)
- add watcher (6a28047)
- introducing status bar item (2ad2440)
- watcher works. now (87071ee)
- fix spawn cmd (296f2da)
- fix spawn cmd (25f1dc8)
- make test run more visible (3e7d37d)
- remove debounce to avoid watch mode error (b7fbd85)
0.1.27 (2022-05-08)
0.1.26 (2022-05-08)
0.1.25 (2022-05-08)
- replace spawn with fork in some cases (b0e36f9)
0.1.24 (2022-05-06)
- get vitest version on linux (5735ceb)
0.1.23 (2022-05-01)
- use decorator-legacy on ts file (c04d4b9)
0.1.22 (2022-04-29)
0.1.21 (2022-04-28)
0.1.20 (2022-04-27)
0.1.19 (2022-04-23)
0.1.18 (2022-04-22)
0.1.17 (2022-04-19)
- use 'node vitest' as vitest command on windows (e3df7da)
0.1.16 (2022-04-06)
- linebreak on win (abaeb04)
0.1.15 (2022-03-31)
- replace pnpm with yarn (7e59a60)
0.1.14 (2022-03-30)
- force spawn to use powershell on windows and fixed drive case match (04538c6)
0.1.13 (2022-03-29)
- remove redundant line break (0c992af)
0.1.12 (2022-03-29)
- debug & run tests on win (27ec1a9)
0.1.11 (2022-03-29)
- adapt vitest 0.8.0 json format (7326dc2)
0.1.10 (2022-03-25)
- getting test result from debug (78aaa4b)
0.1.9 (2022-03-23)
- add directory prefix if needed (23f40d1)
0.1.8 (2022-03-23)
- build error (95d60c6)
0.1.7 (2022-03-23)
- compile error (ad95334)
0.1.6 (2022-03-23)
- custom config (05b06b4)
0.1.5 (2022-03-23)
- refine error handling and err msg (febdc42)
0.1.4 (2022-03-22)
- should use test name as id instead of index (e7622dd)
0.1.3 (2022-03-22)
0.1.2 (2022-03-22)
- run all tests in one go (ac86db0)
- add test runtime (3d6e1ab)
- discover tests (c2dfcbf)
- forward output (98b0820)
- run tests (94c6161)
- support debug (50aafca)
- cannot get test result correctly (3847bd4)
- conditionally activate extension (0b18649)
- end run after all tests settled (f538b2b)
- launch script (263ef2c)
- load test in visible text editors (c659196)
- run test with full name (4269efc)
- test registry bug (d041868)
- use testCase index to retrieve testItem (89daff4)