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

Remove custom property from nb and cell metadata #207995

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

DonJayamanne
Copy link
Contributor

@DonJayamanne DonJayamanne commented Mar 18, 2024

For #205637

custom property was required at one point in time in the VS Code API.
Any data associated with the custom property was considered metadata coming from extensions, and rest was reserved for VS Code.
However this is no longer the case, all metadata added into nb or cells is now considered custom.
I.e. all VS Code specific metadata is hidden behind know properties or not accessible to 3rd party extensions.

@DonJayamanne DonJayamanne force-pushed the isue205637RemoveCustomFromTests branch from bc2bf79 to abc6a65 Compare March 18, 2024 10:49
@DonJayamanne DonJayamanne marked this pull request as ready for review March 18, 2024 11:26
@DonJayamanne DonJayamanne enabled auto-merge (squash) March 18, 2024 11:26
@VSCodeTriageBot VSCodeTriageBot added this to the March 2024 milestone Mar 18, 2024
@DonJayamanne DonJayamanne merged commit 19a7838 into main Mar 18, 2024
6 checks passed
@DonJayamanne DonJayamanne deleted the isue205637RemoveCustomFromTests branch March 18, 2024 14:01
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants