-
Couldn't load subscription status.
- Fork 542
Adding ability to resize grid columns in results #20335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Changes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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 🚀 New features to boost your workflow:
|
| selectPublishProfile: () => void; | ||
| savePublishProfile: (profileName: string) => void; | ||
| } | ||
| /*--------------------------------------------------------------------------------------------- |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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
Pull Request Template – vscode-mssql
Description
Entry points:
Dialog:

Validation error:

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
npm run test)Reviewers: Please read our reviewer guidelines