URI handler with support for connection strings#149
Merged
tnaum-ms merged 17 commits intoJun 13, 2025
Merged
Conversation
da756b5 to
0f04314
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…rovider` interface
…eeds improvements in the future
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a URI handler for connection strings by updating configuration keys, localization strings, and enhancing tree data provider methods to support recursive searches. It also updates documentation to include a manual section on constructing URL connections.
- Updated localization messages and configuration keys for URL handling and confirmation dialogs.
- Modified tree data provider methods to support optional parameters for recursive search.
- Expanded documentation with new manuals on URL construction and additional learn-more content.
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/utils/dialogs/getConfirmation.ts | Updated confirmation message localization string. |
| src/tree/connections-view/ConnectionsBranchDataProvider.ts | Modified signatures to support optional parameters for recursive search. |
| src/tree/api/revealConnectionsViewElement.ts | Added API to reveal connection elements using updated recursive search. |
| src/tree/TreeParentCache.ts | Improved ancestor search algorithm with updated comments. |
| src/tree/ExtendedTreeDataProvider.ts | Updated interface documentation for recursive search options. |
| src/extensionVariables.ts | Updated configuration key imports and added tree view variable. |
| src/documentdb/ClustersExtension.ts | Updated tree view creation to use the new tree view variable. |
| package.json | Updated configuration keys and their order for confirmation dialogs. |
| l10n/bundle.l10n.json | Updated localized strings to reflect new configuration and messaging. |
| docs/manual/, docs/learn-more/, docs/index.md | Added/updated documentation on URL construction and extended docs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #148