Exclude cells and indentAmount from notebook metadta diff view (#230173)

This commit is contained in:
Don Jayamanne
2024-10-01 00:50:47 +02:00
committed by GitHub
parent 79fbd37e13
commit c35d5e21fc

View File

@@ -35,6 +35,10 @@ export function activate(context: vscode.ExtensionContext, serializer: vscode.No
keepNotebookModelStoreInSync(context);
const notebookSerializerOptions: OptionsWithCellContentMetadata = {
transientOutputs: false,
transientDocumentMetadata: {
cells: true,
indentAmount: true
},
transientCellMetadata: {
breakpointMargin: true,
id: false,