Skip to content

Commit 0235977

Browse files
committed
adding more explicit message
1 parent 81e1ca0 commit 0235977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/multiDiffEditor/browser/multiDiffEditorInput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ interface ISerializedMultiDiffEditorInput {
364364

365365
export class MultiDiffEditorSerializer implements IEditorSerializer {
366366

367-
// TODO@bpasero, @aiday-mar: following should be removed
367+
// TODO@bpasero, @aiday-mar: following canSerialize should be removed (debt item)
368368
canSerialize(editor: EditorInput): boolean {
369369
return editor instanceof MultiDiffEditorInput && !editor.isTransient;
370370
}

0 commit comments

Comments
 (0)