DocumentDB for VS Code

Release NotesBack to Home


DocumentDB for VS Code Extension v0.2.2

We’re excited to share the release of DocumentDB for VS Code Extension v0.2.2, continuing our mission to bring powerful MongoDB and DocumentDB development capabilities into your daily VS Code workflow. This update brings significant improvements to data import performance, new extension-to-extension integration capabilities, and a more polished user experience, particularly around connection management and service discovery.

Whether you’re working with MongoDB, Azure Cosmos DB for MongoDB, or DocumentDB-compatible databases across different environments, this version focuses on enabling you to work faster, more reliably, and with greater flexibility.

What’s New in v0.2.2

1️⃣ Preview of Data Migration Plugin Support

We’re introducing an experimental data migration framework that enables third-party extensions to provide migration tooling through the DocumentDB extension. Built on a provider-based architecture, it offers:

This is an opt-in preview aimed at extension authors and early adopters. Learn how to participate in the preview →

2️⃣ URL Handler for Direct Database Navigation

You can now use custom vscode:// URLs to deep-link into your database environments directly from documentation, apps, bookmarks, or team workflows. These links can:

This is a major step toward tighter integration with other tools and improved developer ergonomics. Read full URL syntax and examples →

3️⃣ Buffered Document Importing for Faster Performance

Importing documents is now significantly faster thanks to buffered bulk insert support. This change:

Key Fixes and UX Improvements

✅ Smarter and Safer Connection Management

UI and Interaction Polish

📰 Changelog

See the full changelog entry for this release: ➡️ CHANGELOG.md#022