Skip to content
Snippets Groups Projects
Commit 59fb85f1 authored by Stekelenburg, A.V. (Alexander, Student )'s avatar Stekelenburg, A.V. (Alexander, Student )
Browse files

Add quickfixes to clear tool problems

parent 58d4ea38
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,7 @@ import {
TextDocument
} from "vscode";
import {
CancellationToken,
NotificationType,
ExecuteCommandRequest,
ProgressType,
TextDocumentIdentifier
} from "vscode-languageclient/node";
......@@ -222,7 +221,7 @@ export class ModestSidebarProvider implements vscode.WebviewViewProvider {
break;
}
case "clearToolProblems": {
client?.sendRequest("modest/clearToolProblems");
client?.sendRequest(ExecuteCommandRequest.type, {command: "modest/clearToolProblems"});
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment