We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b4fc1 commit 572edc0Copy full SHA for 572edc0
1 file changed
src/test/mocks/mockDocument.ts
@@ -80,7 +80,6 @@ export class MockDocument implements TextDocument {
80
this._onSave = onSave;
81
this._language = language ?? this._language;
82
}
83
- encoding: string = 'utf8';
84
85
public setContent(contents: string): void {
86
this._contents = contents;
0 commit comments