Releases: pester/vscode-adapter
Releases · pester/vscode-adapter
v2023.4.0
- ♻️Revamp Testing and Logging @JustinGrote (#142)
- 🐛As part of above, resolved a startup issue with newer VSCode versions (Fixes #140)
v2023.1.0
- 🌿 Ensure Tests end when Pester ends @antoinemartin (#130)
v2022.3.3
v2022.3.2
- Hotfix: If Custom Module Path is an undefined string, the extension can exhibit slow behavior.
v2022.3.1
- ✨ Setting to control Pester Working Directory @JustinGrote (#118)
- ✨ Pester Custom Module Setting @JustinGrote (#119)
- Bump minimist from 1.2.5 to 1.2.6 @dependabot (#117)
- Add configuration option for custom Pester module path (Thanks @johlju!) (#111)
- Update CONTRIBUTING (Thanks @johlju!) (#116)
v2022.3.0
This release enables compatibility for NodeJS 16.x which is present in the newest version of VSCode, transitioning to the new streams promises API
v2022.2.0
- ✨Feature: Debug on Save @JustinGrote (#100)
- 🐛Properly end test run if debug is prematurely stopped @JustinGrote (#99)
- ✨Pester Status Bar Icon now shows loading status @JustinGrote (#97)
- 🐛 Capture Pester Block Level Errors @JustinGrote (#91)
- ✨ Add auto-run UI elements @JustinGrote (#96)
v2021.10.2
Bug Fixes
- 🐛 Stopping a debug session does not clean up the test status @JustinGrote (#80)
v2021.10.1
What's Changed
- ✨ Disable Pester CodeLens Adapter Prompt by @JustinGrote in #75
- ✨ Automatically start the adapter when a Pester test file is opened by @JustinGrote in #76
Full Changelog: v2021.10.0...v2021.10.1
v2021.10.0
What's Changed
- ✨Add native support for tags and tag filtering by @JustinGrote in #72
Full Changelog: v2021.9.1...v2021.10.0