This requires bumping the version of pulumi/pulumi itself.
The biggest change is removing the explicit package reference cache, since that is now handled by the default schema.ReferenceLoader provided by schema.
This change should bring error highlighting back inline with the current Pulumi YAML version, since pulumi-lsp derives it's error highlighting from pulumi-yaml's typecheck pass.
This requires bumping the version of pulumi/pulumi itself.
The biggest change is removing the explicit package reference cache, since that is now handled by the default
schema.ReferenceLoader
provided byschema
.This change should bring error highlighting back inline with the current Pulumi YAML version, since pulumi-lsp derives it's error highlighting from pulumi-yaml's typecheck pass.