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

Support actions in notebook diff items #226220

Merged
merged 5 commits into from
Aug 22, 2024
Merged

Support actions in notebook diff items #226220

merged 5 commits into from
Aug 22, 2024

Conversation

DonJayamanne
Copy link
Contributor

For #224760

// Possible the metadata was edited as part of diff view
// In diff view we display execution_count as part of metadata, hence when execution count changes in metadata,
// We need to change that here as well, i.e. give preference to any execution_count value in metadata.
execution_count: cellMetadata.execution_count ?? cell.executionSummary?.executionOrder ?? null,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Bug fix, reverting metadata or changing exec count in metadata doesn't work even in todays diff viewer

@DonJayamanne DonJayamanne marked this pull request as ready for review August 22, 2024 06:59
@vs-code-engineering vs-code-engineering bot added this to the August 2024 milestone Aug 22, 2024
rebornix
rebornix previously approved these changes Aug 22, 2024
@DonJayamanne DonJayamanne merged commit 2fd1ec1 into main Aug 22, 2024
6 checks passed
@DonJayamanne DonJayamanne deleted the don/issue224760.3 branch August 22, 2024 21:53
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