All notable changes to the "vscode-vespa" extension will be documented in this file.
- Color code json with highlight.js
- Make sure you can run query if zipkin is NOT defined.
- Fix bug with number type columns.
- Fix issues with connecting to single node cluster at Vespa cluster startup and deployment.
- Improvments on Vespa schema highlighting
- Improvments on YQL request highlighting and query completion.
- Vespa Explorer
- Browse cluster doc-types and fields
- Browse and download application content
- Removed the connection info
- Simple Highlighting Syntax for Vespa schemas (*.sd)
- WIP: Added some simple coloring for the "yql" property in the json highlight syntax
- Add button to save YQL result json as file.
- Support for multiple vespa clusters via custom config
- Move configuration to $HOME/.config/vscode-vespa/vespa-config.json
- Vespa explorer to view details about the configured vespa clusters.
- Vespa Cluster Info panel with document-info and iframe for Controller Status page.
- "Vespa YQL Results" tab added to YQL results containing details about the query request.
- editor/title menus for
- Connecting to cluster
- Edit Cluster Config
- Show Vespa Cluster Info
- Minor bugfix for zipkin
- Fix keyboard shortcuts not clashing with vscode default shortcuts.
- Initial release