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
lsif databases produced by build tools as apposed to language servers will become out of date.
A language server may produce a separate lsif database.
This would seem to require a prioritization mechanism, try server lsif DB, if it fails ask the server, if that fails fallback to build tool produced lsif DB.
One simple implementation might be to just run a lsif consuming server for each database and implement server prioritization.
The text was updated successfully, but these errors were encountered:
The Language Server Index Format is still under construction, but there are already tools that emit it (hie-lsif). Tools/libraries for handling it already exist in typescript.
lsif databases produced by build tools as apposed to language servers will become out of date.
A language server may produce a separate lsif database.
This would seem to require a prioritization mechanism, try server lsif DB, if it fails ask the server, if that fails fallback to build tool produced lsif DB.
One simple implementation might be to just run a lsif consuming server for each database and implement server prioritization.
The text was updated successfully, but these errors were encountered: