RLovelett / langserver-swift

A Swift implementation of the open Language Server Protocol.
Apache License 2.0
177 stars 16 forks source link

Ugly error when the repo uses podspec or cartfile #55

Open chrismwendt opened 6 years ago

chrismwendt commented 6 years ago

https://github.com/RLovelett/langserver-swift/blob/274ea09cc529f498b4184207f3a7db5ce18c31eb/Sources/LanguageServerProtocol/Types/WorkspaceError.swift#L38

Could not find ... in the workspace.

I think this happens because some repos use .podspec or Cartfile instead of Package.swift. A nicer error message would be :sparkles: