We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7976ee7 commit 316a1a2Copy full SHA for 316a1a2
1 file changed
src/test/mocks/mockDocument.ts
@@ -68,6 +68,8 @@ export class MockDocument implements TextDocument {
68
69
private _onSave: (doc: TextDocument) => Promise<boolean>;
70
71
+ encoding = 'utf-8';
72
+
73
constructor(
74
contents: string,
75
fileName: string,
0 commit comments