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

Ensure cells do not have an internalId initially #244000

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

DonJayamanne
Copy link
Contributor

No description provided.

@DonJayamanne DonJayamanne self-assigned this Mar 19, 2025
@DonJayamanne DonJayamanne marked this pull request as ready for review March 19, 2025 23:21
@DonJayamanne DonJayamanne enabled auto-merge (squash) March 19, 2025 23:21
@vs-code-engineering vs-code-engineering bot added this to the March 2025 milestone Mar 19, 2025
if (internalId) {
edits.push({ editType: CellEditType.PartialInternalMetadata, index, internalMetadata: { internalId } });
}
const internalId = generateCellHash(cell.uri);
Copy link
Member

Choose a reason for hiding this comment

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

this looks like it ensures a cell does have an internal Id initially

@DonJayamanne DonJayamanne merged commit c17c564 into main Mar 19, 2025
8 checks passed
@DonJayamanne DonJayamanne deleted the don/obnoxious-bobcat branch March 19, 2025 23:33
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