Skip to content

Cleaning up some package.json invalid syntax#22394

Open
Benjin wants to merge 2 commits into
mainfrom
dev/benjin/cleanupManifest
Open

Cleaning up some package.json invalid syntax#22394
Benjin wants to merge 2 commits into
mainfrom
dev/benjin/cleanupManifest

Conversation

@Benjin

@Benjin Benjin commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Code Changes Checklist

  • New or updated unit tests added
  • All existing tests pass (npm run test)
  • Code follows contributing guidelines
  • Telemetry/logging updated if relevant
  • No regressions or UX breakage

Reviewers: Please read our reviewer guidelines

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates extension manifest (package.json) contributions to address schema/syntax issues and adjust contribution metadata for the MSSQL and Data Workspace extensions.

Changes:

  • Fixes extensions/mssql/package.json contribution JSON by adding a missing comma and introducing an icon for the queryResult view.
  • Removes an invalid language field from the customEditors selector for *.sqlplan execution plans.
  • Removes activationEvents from extensions/data-workspace/package.json, changing the extension’s activation behavior.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
extensions/mssql/package.json Fixes manifest schema/syntax and adjusts view/custom editor contribution metadata.
extensions/data-workspace/package.json Removes activation events, which changes when the extension is activated.

Comment thread extensions/data-workspace/package.json Outdated
Comment thread extensions/mssql/package.json
@github-actions

github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown

PR Changes

Category Target Branch PR Branch Difference
vscode-mssql VSIX 79078 KB 79078 KB ⚪ 0 KB ( 0% )
sql-database-projects VSIX 6311 KB 6311 KB ⚪ 0 KB ( 0% )
data-workspace VSIX 535 KB 535 KB ⚪ 0 KB ( 0% )
keymap VSIX 7 KB 7 KB ⚪ 0 KB ( 0% )

@codecov-commenter

codecov-commenter commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.74%. Comparing base (a407648) to head (0c44bc3).
⚠️ Report is 38 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #22394      +/-   ##
==========================================
- Coverage   87.75%   87.74%   -0.02%     
==========================================
  Files         326      326              
  Lines      114730   114730              
  Branches      558      558              
==========================================
- Hits       100687   100672      -15     
- Misses      14043    14058      +15     
Flag Coverage Δ
data-workspace 77.10% <ø> (ø)
mssql 89.10% <ø> (-0.02%) ⬇️
sqlproj 77.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants