microsoft / azure-pipelines-language-server

A language server for Azure Pipelines YAML
38 stars 25 forks source link

Clear schema cache on schema change #83

Closed winstliu closed 3 years ago

winstliu commented 3 years ago

The real one-liner change is in jsonSchemaService.ts; the rest is misc cleanup.

This fixes the schema not automatically refreshing when providing a new custom schema, as we would continue to short-circuit with the old cached schema.

Will allow the following lines in the extension to be removed: https://github.com/microsoft/azure-pipelines-vscode/blob/e0139d040f7746b0c6a241ca4119fe43c3d85955/src/extension.ts#L97-L99