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
Add description explaining that InMemoryLoader returns pre-loaded TextDocuments
from memory and is useful for testing or when documents are already available
as objects. Also update parameter type annotation from array<TextDocument> to
TextDocument[] for better readability.
0 commit comments