Skip to content

Commit e079f1e

Browse files
authored
Drop custom property from Jupyter Nb metadata (microsoft#210011)
1 parent f41eccd commit e079f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ipynb/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ export interface CellMetadata {
6767
}
6868

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

0 commit comments

Comments
 (0)