hashicorp / vscode-hcl

HCL (HashiCorp Configuration Language) Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=HashiCorp.HCL
Mozilla Public License 2.0
47 stars 10 forks source link

telemetry: fix product detection #176

Closed radeksimko closed 1 year ago

radeksimko commented 1 year ago

As the documentation attached to the unhelpful field name is trying to explain

Screenshot 2022-11-23 at 12 31 08

the fileName is not actually file name but file path.

This is why prior to this patch we would never detect certain products/languages (Waypoint, Sentinel, Terraform lock, or Terragrunt).

This PR is fixing that.