The lockfile we generate is generated with the name apm.lock. It's a yaml file but we're not adding the extension ".yaml". Due to that, syntax highlighting does not work in IDEs.
Ensure that the lockfile is generated with the .yaml extension "apm.lock.yaml" and that this change is clean for current users on older apm versions once they upgrade.
The lockfile we generate is generated with the name apm.lock. It's a yaml file but we're not adding the extension ".yaml". Due to that, syntax highlighting does not work in IDEs.
Ensure that the lockfile is generated with the .yaml extension "apm.lock.yaml" and that this change is clean for current users on older apm versions once they upgrade.