mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
Exclude cells and indentAmount from notebook metadta diff view (#230173)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user