dto-ify arguments of proxied types

This commit is contained in:
Johannes Rieken
2022-02-08 10:56:10 +01:00
parent c67b7792b9
commit d84b15dd8c
6 changed files with 10 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ import { SerializedError } from 'vs/base/common/errors';
import { IRelativePattern } from 'vs/base/common/glob';
import { IMarkdownString } from 'vs/base/common/htmlContent';
import { IDisposable } from 'vs/base/common/lifecycle';
import { MarshalledId, revive } from 'vs/base/common/marshalling';
import { revive } from 'vs/base/common/marshalling';
import * as performance from 'vs/base/common/performance';
import Severity from 'vs/base/common/severity';
import { URI, UriComponents } from 'vs/base/common/uri';
@@ -111,9 +111,7 @@ export interface CommentChanges {
readonly commentReactions?: languages.CommentReaction[];
readonly label?: string;
readonly mode?: languages.CommentMode;
readonly timestamp?: {
$mid: MarshalledId.Date;
};
readonly timestamp?: string;
}
export type CommentThreadChanges = Partial<{