infracost / vscode-infracost

See cost estimates for Terraform right in your editor💰📉
https://www.infracost.io/
Apache License 2.0
1.8k stars 56 forks source link

feat: add native code lens support #207

Closed hugorut closed 8 months ago

hugorut commented 1 year ago

This PR add introduces native support for Infracost code lenses. Meaning we can drop our reliance on the Terraform extension for code symbols. Instead we now use the Infracost metadata to determine the position and range of the code lens. This should speed up the extension for most users, and improve the robustness of code lens support.