Skip to content
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

DRAFT PR - Edit Data #18533

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

DRAFT PR - Edit Data #18533

wants to merge 13 commits into from

Conversation

lewis-sanchez
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Dec 20, 2024

PR Changes

Category Main Branch PR Branch Difference
Code Coverage 50.37% 50.08% $${\color{lightgreen} -.29\% }$$
VSIX Size 12121 KB 11725 KB $${\color{lightgreen} -396 KB \space (-3\%) }$$
Webview Bundle Size 3112 KB 3120 KB $${\color{lightgreen} 8 KB \space (0\%) }$$

@@ -484,6 +484,11 @@
"when": "view == objectExplorer && viewItem =~ /\\btype=(AggregateFunction|PartitionFunction|ScalarValuedFunction|StoredProcedure|TableValuedFunction|View)\\b/",
"group": "MS_SQL@4"
},
{
"command": "mssql.editData",
"when": "view == objectExplorer && viewItem =~ /\\btype=(Table)\\b/",
Copy link
Contributor

Choose a reason for hiding this comment

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

if you gate the feature behind the "enable preview features" flag as well, then it'll be easier to check in changes as they're ready. One thing we want to avoid is to wait until the feature is almost done, then have a huge PR because that's more difficult to effectively review.

super(
context,
"editData",
data ?? {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is the initial state for EditDataWebViewState, right? Probably good to have this situated with the definition for EditDataWebViewState.

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.

2 participants