mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Drop custom property from Jupyter Nb metadata (#210011)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user