[Application QuickStart] [Backend] Adding Database context menu item to open DAB tab directly in Schema Designer webview#21466
Merged
Conversation
17 tasks
aasimkhan30
reviewed
Mar 5, 2026
PR Changes
|
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (46.66%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #21466 +/- ##
==========================================
- Coverage 72.83% 72.82% -0.01%
==========================================
Files 325 325
Lines 96419 96446 +27
Branches 5411 5411
==========================================
+ Hits 70227 70239 +12
- Misses 26192 26207 +15
🚀 New features to boost your workflow:
|
aasimkhan30
approved these changes
Mar 5, 2026
caohai
reviewed
Mar 5, 2026
| "mssql.userFeedback": "Send Feedback", | ||
| "mssql.selectedAzureSubscriptions": "Selected Azure subscriptions for browsing and managing servers and databases", | ||
| "mssql.schemaDesigner": "Schema Designer", | ||
| "mssql.schemaDesigner": "Visualize and Design Schema...", |
Member
There was a problem hiding this comment.
Any reason to add ... at the end?
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.
Description
This pull request introduces a new "Build Data API..." command to the MSSQL extension, enhances the schema designer command description, and updates command grouping for improved clarity and usability.
New Data API Command Integration
mssql.buildDataApitopackage.json, including its activation condition in Object Explorer and registration in the command palette. This command is only available when theenableDABconfig is setmainController.tsto show the Data API tab in the schema designer webview (by setting activeView in the state)showSchemaDesignerViewtoSchemaDesignerWebviewControllerto support toggling between schema designer and Data API views.Command Grouping and UI
package.jsonto accommodate the new Data API command and ensure correct ordering of commands in the UI.Code Changes Checklist
npm run test)Reviewers: Please read our reviewer guidelines