RLovelett / langserver-swift

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

Ignore the Package.swift #35

Open RLovelett opened 6 years ago

RLovelett commented 6 years ago

When you open the Package.swift file in VS Code you get an error:

[Error - 9:47:15 PM] Request textDocument/hover failed.
  Message: Could not find /Users/ryan/Source/castable-server/Package.swift in the workspace.
  Code: -32099

This is because the file is not in the "project" as defined by the language server.