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
Don’t log error if workspace root doesn’t contain Swift package manifest
We try creating a `SwiftPMWorkspace` on every workspace to check if it is a SwiftPM package. The workspace root not having a package manifest is not an error because it might contain compile_commands.json. Remove the log message.
0 commit comments