Skip to content

Tags: infracost/vscode-infracost

Tags

v0.2.32

Toggle v0.2.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to trigger new release (#223)

Pick  up the latests infracost release (v0.10.39)

v0.2.31

Toggle v0.2.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version (#221)

* Bump version

Bump the version to pick up the fix for the file watcher logic Windows when the terraform source code is on a drive other than c:\

* Update package.json

v0.2.30

Toggle v0.2.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: config file not resolving (#219)

Resolves an issue when the `--config-file` flag is used and the relative
path isn't correctly resolved. This affects both the lens and the tree
structure.

The previous fix for relative paths only addressed when `--path` was
used

v0.2.29

Toggle v0.2.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #218 from infracost/chore/bump_version_2_29

chore: bump package version

v0.2.28

Toggle v0.2.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix resolution of filenames across windows/mac/linux (#217)

v0.2.27

Toggle v0.2.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #216 from infracost/fix/prices-not-showing-near-re…

…sources

fix: show price alongside the resources

v0.2.26

Toggle v0.2.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #215 from infracost/chore/v0.2.26

chore: bump to v0.2.26

v0.2.25

Toggle v0.2.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.2.25 (#214)

v0.2.24

Toggle v0.2.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #213 from infracost/chore/bump-version-0.2.24

chore: bump to latest infracost cli

v0.2.23

Toggle v0.2.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add native code lens support (#207)

* feat: add native code lens support

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.

* fix: bump version

* feat: enable graph evaluator