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 c01968c commit b5c96caCopy full SHA for b5c96ca
src/languageserver/handlers/requestHandlers.ts
@@ -52,7 +52,7 @@ export class RequestHandlers {
52
*/
53
this.connection.onRequest(RevalidateRequest.type, async (uri: string) => {
54
const document = this.yamlSettings.documents.get(uri);
55
- await this.validationHandler.validateTextDocument(document);
+ await this.validationHandler.validate(document);
56
});
57
58
/**
0 commit comments