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
Yes. Also there are file watches created for files with this extensions so plugin can handle file modifications and send events to the language server.
Why do you need to register all extensions? Is your language server a generic one, which eally can handle any file, and not tied to any programming language?
Is your language server a generic one, which eally can handle any file, and not tied to any programming language?
No, but it's annoying to have to maintain a list of the 50+ extensions we support. The extensions we don't support are somewhat rare and usually wouldn't exist within our company's repository so it's safe to assume that it would indeed handle pretty much any file opened.
... but yes, obviously the better thing to do is indeed to list each extension.
It would be great if we wouldn't have to exhaustively declare all supported file types in the ServerDefinition.
The text was updated successfully, but these errors were encountered: