pester / vscode-adapter

Run PowerShell Pester Tests with Visual Studio Code
MIT License
58 stars 13 forks source link

Refresh if Git Activity Occurs (checkout, branch switch, stash apply, etc.) #227

Open JustinGrote opened 8 months ago

JustinGrote commented 8 months ago

If any of these activities occur, it can invalidate the tests without the filesystemwatcher being aware.

johlju commented 8 months ago

Would be great if this could be configurable per activity type (turn off/on). But might not be necessary if for example it could do one refresh only after a rebase is complete, a larger rebase would trigger a lot of refresh otherwise (see related issue #103).

JustinGrote commented 8 months ago

It still would fall under the scope of having the continuous refresh icon enabled.