pulumi / pulumi-lsp

A LSP server for Pulumi YAML
Apache License 2.0
22 stars 0 forks source link

Update to modern Pulumi YAML versions #106

Closed iwahbe closed 2 months ago

iwahbe commented 2 months ago

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.