Package names passed to source control / server command extensions are missing .pkg
extension
#774
Labels
bug
Something isn't working
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
@timleavitt
The text was updated successfully, but these errors were encountered: