Patch Release v0.10.1 馃搸 #909
Tomasz Naumowicz (tnaum-ms)
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Patch Release v0.10.1
This patch release lets deep links open the DocumentDB Local setup wizard directly, and updates a couple of dependencies.
What's Changed in v0.10.1
馃挔 Deep Links Can Open Local Setup Directly (#898)
A
vscode://link previously could only carry a connection string. It can now name what it wants:vscode://ms-azuretools.vscode-documentdb/local(or/local/documentdb) opens the DocumentDB Local setup wizard directly, so a documentation page or quick-start guide can send you straight into provisioning a local instance instead of a generic connection prompt.Existing connection links keep working exactly as before, and their confirmation dialog now spells out the sanitized connection target plus any database and collection on separate lines, making it easier to see exactly what you are about to connect to. Malformed or unsupported links now surface a plain, actionable error instead of an internal URI prefix.
馃挔 Dependency Updates (#896, #893)
Updates
brace-expansionto 1.1.18 andJamesIves/github-pages-deploy-actionfrom 4.8.0 to 4.9.0.Changelog
See the full changelog entry for this release:
鉃★笍 CHANGELOG.md#0101
All reactions