We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41eccd commit e079f1eCopy full SHA for e079f1e
extensions/ipynb/src/common.ts
@@ -67,5 +67,5 @@ export interface CellMetadata {
67
}
68
69
export function useCustomPropertyInMetadata() {
70
- return !workspace.getConfiguration('jupyter', undefined).get<boolean>('experimental.dropCustomMetadata', false);
+ return !workspace.getConfiguration('jupyter', undefined).get<boolean>('experimental.dropCustomMetadata', true);
71
0 commit comments