You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Dependencies downloaded from a SwiftPM registry show an empty folder in dependencies view and fail to display what version is being used.
To Reproduce
Steps to reproduce the behavior:
Add dependency to a Package that is downloaded from a swift package registry
Once resolve has finished checkout Package dependencies pane.
The package will be displayed, but it won't have a branch or version number and when you click to open the folder you'll find it is empty
Expected behavior
Dependencies downloaded from a SwiftPM registry are visible in VSCode
Additional context
SwiftPM registry dependencies are stored in a registry/downloads folder in the .build folder. Here is an example of an entry in the workspace-state.json
Describe the bug
Dependencies downloaded from a SwiftPM registry show an empty folder in dependencies view and fail to display what version is being used.
To Reproduce
Steps to reproduce the behavior:
Package dependencies
pane.Expected behavior
Dependencies downloaded from a SwiftPM registry are visible in VSCode
Additional context
SwiftPM registry dependencies are stored in a
registry/downloads
folder in the .build folder. Here is an example of an entry in theworkspace-state.json
The text was updated successfully, but these errors were encountered: