feat: Add "About" entry to Help & Feedback view#612
Merged
Conversation
Co-authored-by: Copilot <copilot@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an “About” entry to the Help & Feedback view that opens a modal dialog showing extension + environment details, with a Copy-to-clipboard action to help with support/bug reports.
Changes:
- Added an
About (v<version>)tree item to the Help & Feedback view. - Added and registered a new internal command to display an About dialog and copy details.
- Added new localization strings for the About label and dialog content.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/tree/help-and-feedback-view/HelpAndFeedbackBranchDataProvider.ts | Adds an About leaf node to the Help & Feedback tree and reads extension version for the label. |
| src/documentdb/ClustersExtension.ts | Registers the new internal helpAndFeedback.showAbout command. |
| src/commands/helpAndFeedback.showAbout/showAbout.ts | Implements the modal About dialog (environment details + Copy action). |
| l10n/bundle.l10n.json | Adds new localized strings used by the About tree item and dialog. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
sajeetharan
previously approved these changes
Apr 24, 2026
…in About dialog Co-authored-by: Copilot <copilot@github.com>
Contributor
✅ Code Quality Checks
This comment is updated automatically on each push. |
Contributor
📦 Build Size Report
Download artifact · updated automatically on each push. |
sajeetharan
approved these changes
Apr 24, 2026
Merged
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.
Summary
Adds an About entry at the bottom of the Help & Feedback tree view that lets users quickly identify the installed extension version and environment details — useful when filing bug reports or asking for support.
Changes
New tree item —
About (v<version>)infoicon.About (v0.8.0-beta)).New command —
vscode-documentdb.command.internal.helpAndFeedback.showAboutFiles
src/commands/helpAndFeedback.showAbout/showAbout.tssrc/tree/help-and-feedback-view/HelpAndFeedbackBranchDataProvider.tsAbouttree itemsrc/documentdb/ClustersExtension.tsl10n/bundle.l10n.json