Skip to content

Releases: testdriverai/vscode

Release v0.7.12

03 Mar 21:49

Choose a tag to compare

Merge branch 'main' of github.com:testdriverai/vscode

Release v0.7.11

03 Mar 21:33

Choose a tag to compare

looking good

Release v0.7.10

24 Feb 23:21
668c6d7

Choose a tag to compare

Fix file watcher missing nested .testdriver directories (#31)

* Initial plan

* Fix file watcher to find .testdriver folder nested at any depth

- Change RelativePattern glob from '.testdriver/.previews/*.json' to
  '**/.testdriver/.previews/*.json' so the watcher catches .testdriver
  folders at any depth (e.g. testdriver/.testdriver/.previews/)
- Remove 'continue' in createDirectory catch block so watcher setup
  proceeds even when directory creation fails
- Update processOrCleanupPreviewFiles to use vscode.workspace.findFiles
  with the broad glob for the startup scan, covering all nested locations

Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>

Release v0.7.9

24 Feb 21:09
b5bdafd

Choose a tag to compare

Replace Node.js `fs` with `vscode.workspace.fs` for all file I/O (#30)

* Initial plan

* Replace Node.js fs with vscode.workspace.fs for all file operations

Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>

Release v0.7.8

24 Feb 19:47
7083a23

Choose a tag to compare

Fix IDE preview not showing in VSCode extension (#29)

* Initial plan

* Fix VSCode extension preview not showing: process recent files on startup, add registration heartbeat, fix WebSocket protocol

Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>

Release v0.7.7

24 Feb 18:19
76795f1

Choose a tag to compare

Remove GitHub Copilot extension dependency (#28)

* Initial plan

* Remove GitHub.copilot from extensionDependencies

Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ianjennings <318295+ianjennings@users.noreply.github.com>

Release v0.7.6

21 Feb 00:02

Choose a tag to compare

Merge branch 'main' of github.com:testdriverai/vscode

Release v0.7.5

20 Feb 18:07
f6fd4b9

Choose a tag to compare

fix build asset

Release v0.7.3

19 Feb 19:49

Choose a tag to compare

Release v0.6.71

15 Oct 01:53

Choose a tag to compare

Bump version and update testdriverai@latest [skip ci]