TextDocumentManager.unloadDocument

Unloads the given URI so it's no longer accessible. Note that this should only be done for documents loaded manually and never for LSP documents as it will break all features in that file until reopened.

struct TextDocumentManager
bool
unloadDocument
(
string uri
)

Meta