Closed
Description
Unlike Studio, names of packages selected by users in the explorer view are not passed with the .pkg
extension in VS Code. This creates inconsistencies and failures in VS Code. Our current workaround for this is to check if the package has any classes and explicitly add the extension if it does. This will not work if the package has no classes.
Also see: this git-source-control hooks issue