Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add native code lens support #207

Merged
merged 3 commits into from
Mar 6, 2024
Merged

feat: add native code lens support #207

merged 3 commits into from
Mar 6, 2024

Conversation

hugorut
Copy link
Collaborator

@hugorut hugorut commented Oct 15, 2023

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.

@hugorut hugorut self-assigned this Oct 15, 2023
@hugorut hugorut marked this pull request as ready for review October 15, 2023 14:39
@hugorut hugorut requested a review from aliscott October 15, 2023 14:39
hugorut added 2 commits March 6, 2024 12:16
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.
@hugorut hugorut force-pushed the feat/native-code-lens branch from ecc7e13 to 8695345 Compare March 6, 2024 11:16
@hugorut hugorut merged commit 6395c96 into master Mar 6, 2024
9 checks passed
@hugorut hugorut deleted the feat/native-code-lens branch March 6, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants