Skip to content

Commit

Permalink
Drop custom property from Jupyter Nb metadata (#210011)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Apr 10, 2024
1 parent f41eccd commit e079f1e
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 @@ -67,5 +67,5 @@ export interface CellMetadata {
}

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

0 comments on commit e079f1e

Please sign in to comment.