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 d752bd9 commit 8d9d53fCopy full SHA for 8d9d53f
plugin/vscode/extension.js
@@ -35,10 +35,6 @@ class VSCodeDocumentLinter {
35
await this._documentLinter.disposeAsync();
36
}
37
38
- dispose() {
39
- this._documentLinter.dispose();
40
- }
41
-
42
async editorChangedVisibilityAsync() {
43
await this._documentLinter.editorChangedVisibilityAsync();
44
wasm/quick-lint-js.js
@@ -139,12 +139,6 @@ class DocumentLinter {
139
this._document.removeDiagnostics();
140
141
142
143
- logAsyncErrors(async () => {
144
- await this.disposeAsync();
145
- });
146
147
148
149
switch (this._state) {
150
case DocumentLinterState.NO_WASM_DOC:
0 commit comments