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 81e1ca0 commit 0235977Copy full SHA for 0235977
src/vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditorInput.ts
@@ -364,7 +364,7 @@ interface ISerializedMultiDiffEditorInput {
364
365
export class MultiDiffEditorSerializer implements IEditorSerializer {
366
367
- // TODO@bpasero, @aiday-mar: following should be removed
+ // TODO@bpasero, @aiday-mar: following canSerialize should be removed (debt item)
368
canSerialize(editor: EditorInput): boolean {
369
return editor instanceof MultiDiffEditorInput && !editor.isTransient;
370
}
0 commit comments