Releases: testdriverai/vscode
Releases · testdriverai/vscode
Release v0.7.12
Merge branch 'main' of github.com:testdriverai/vscode
Release v0.7.11
looking good
Release v0.7.10
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
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
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
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
Merge branch 'main' of github.com:testdriverai/vscode
Release v0.7.5
fix build asset
Release v0.7.3
bump
Release v0.6.71
Bump version and update testdriverai@latest [skip ci]