Skip to content

Commit 16155ab

Browse files
authored
DiffInformation - fix isStale getter signature (microsoft#234116)
1 parent ca9fc31 commit 16155ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.proposed.textEditorDiffInformation.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare module 'vscode' {
2525
readonly original: Uri | undefined;
2626
readonly modified: Uri;
2727
readonly diff: readonly TextEditorDiff[];
28-
get isStale(): boolean;
28+
readonly isStale: boolean;
2929
}
3030

3131
export interface TextEditorDiffInformationChangeEvent {

0 commit comments

Comments
 (0)