We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5fb7d commit 377e9d9Copy full SHA for 377e9d9
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