microsoft/vscode-documentdb v0.6.0
microsoft/vscode-documentdb
Captured source
source ↗published Nov 17, 2025seen Jun 26captured 1whttp 200method plain
v0.6.0
Repository: microsoft/vscode-documentdb
Tag: v0.6.0
Published: 2025-11-17T19:57:54Z
Prerelease: no
Release notes:
New Features & Improvements
- Query Insights with Performance Advisor: Introduces a new "Query Insights" tab that provides a three-stage analysis of query performance. This includes a static query plan, detailed execution statistics, and AI-powered recommendations from GitHub Copilot to help understand performance bottlenecks and optimize slow queries.
- Improved Query Specification: The query editor now supports
projection,sort,skip, andlimitparameters, in addition tofilter. Autocompletion is also enabled forprojectionandsortfields. - Index Management from the Tree View: Users can now
drop,hide, andunhideindexes directly from the context menu in the Connections View. - Azure Cosmos DB for MongoDB (vCore) is now Azure DocumentDB: Renamed the service in the UI and in the documentation.
Fixes
- UI Element Visibility: Fixed issues where the autocomplete list in the query editor and tooltips in tree/table views could be hidden by other UI elements.