Releases: j--wong/vscode-jmespath
Releases · j--wong/vscode-jmespath
Bug fix: Focus issue
Live expression valuation and change keyboard shortcut (again!)
- Queries are now evaluated instantly
- Change keyboard shortcut
Fix keyboard shortcut on Mac
- Fixed issue with clashing key combination
Keyboard shortcut and expression validation
- Added keyboard shortcut
cmd+j q
on Mac andctrl+j q
on Windows - Added expression validation
Reuse output window for expression result
- Ensured expression result is displayed in the same output window instead of creating new ones each time
Initial MVP release
- Supports testing JMESPath expressions in Visual Studio Code