Skip to content

Releases: j--wong/vscode-jmespath

Bug fix: Focus issue

27 Apr 03:22
78fac0d
Compare
Choose a tag to compare
  • Fixed issue with Output channel taking focus away from input box

Live expression valuation and change keyboard shortcut (again!)

05 Jan 11:58
Compare
Choose a tag to compare
  • Queries are now evaluated instantly
  • Change keyboard shortcut

Fix keyboard shortcut on Mac

03 Jan 06:50
Compare
Choose a tag to compare
  • Fixed issue with clashing key combination

Keyboard shortcut and expression validation

03 Jan 06:48
Compare
Choose a tag to compare
  • Added keyboard shortcut cmd+j q on Mac and ctrl+j q on Windows
  • Added expression validation

Reuse output window for expression result

02 Jan 12:32
Compare
Choose a tag to compare
  • Ensured expression result is displayed in the same output window instead of creating new ones each time

Initial MVP release

02 Jan 12:12
Compare
Choose a tag to compare
  • Supports testing JMESPath expressions in Visual Studio Code