Skip to content

Commit

Permalink
Rename property to lineup with other exp props (#208121)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Mar 19, 2024
1 parent 6feba91 commit 0f6d7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/ipynb/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ export interface CellMetadata {
}

export function useCustomPropertyInMetadata() {
return !workspace.getConfiguration('jupyter', undefined).get<boolean>('drop.custom.property', false);
return !workspace.getConfiguration('jupyter', undefined).get<boolean>('experimental.dropCustomMetadata', false);
}

0 comments on commit 0f6d7c0

Please sign in to comment.