Skip to content

Conversation

@aasimkhan30
Copy link
Contributor

@aasimkhan30 aasimkhan30 commented Oct 22, 2025

Pull Request Template – vscode-mssql

Description

Entry points:

  1. Header menu:
image
  1. Keyboard shortcut: Alt + shift + s (Same as ADS)

Dialog:
image

Validation error:
image

Fixes: #19822
Currently we cannot provide single pointer resizing as that will require big modifications to the grid. Providing an alternate way to change the grid column size using keyboard input should be a good enough alternative.

Bump to latest fluent react package. This fixes a bug of adhoc dialogs not showing up

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

@github-actions
Copy link

github-actions bot commented Oct 22, 2025

PR Changes

Category Target Branch PR Branch Difference
Code Coverage 56.54% 56.55% ⚪ 0.00%
VSIX Size 4869 KB 4867 KB ⚪ -2 KB ( 0% )
Webview Bundle Size 4024 KB 4020 KB ⚪ -4 KB ( 0% )

@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.54%. Comparing base (b97f3bf) to head (d03a452).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #20335      +/-   ##
==========================================
- Coverage   54.55%   54.54%   -0.02%     
==========================================
  Files         200      200              
  Lines       17308    17308              
  Branches     1149     1149              
==========================================
- Hits         9442     9440       -2     
- Misses       7866     7868       +2     

see 1 file 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.

selectPublishProfile: () => void;
savePublishProfile: (profileName: string) => void;
}
/*---------------------------------------------------------------------------------------------
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this just line-endings?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I think this was using an old line ending. Merging from main and committing this change caused it to fix its formatting. Undoing this change for this PR.

}

// Resize column (Shift+Alt+S)
if (keyCode === KeyCode.KeyS && e.shiftKey && e.altKey && !metaOrCtrlPressed) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be nice for readability if the checks were the same order as the shortcut description

Benjin
Benjin previously approved these changes Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants