Skip to content

Commit 316a1a2

Browse files
committed
fix ts issue
1 parent 7976ee7 commit 316a1a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/mocks/mockDocument.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export class MockDocument implements TextDocument {
6868

6969
private _onSave: (doc: TextDocument) => Promise<boolean>;
7070

71+
encoding = 'utf-8';
72+
7173
constructor(
7274
contents: string,
7375
fileName: string,

0 commit comments

Comments
 (0)