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
This could really help #13623. My usecase is comparing token types. I don't care what the contents are, and I don't want to write an explosive combinatorial match to do so.
The text was updated successfully, but these errors were encountered:
internal: VFS no longer stores all source files in memory
Turns out there is no need to keep the files around. We either upload them to salsa once processed, or we need to keep them around for the `DidChangeTextDocumentNotification`, but that notification is only valid for opened documents, so instead we can just keep the files around in the `MemDocs`!
Fixesrust-lang/rust-analyzer#16301
This could really help #13623. My usecase is comparing token types. I don't care what the contents are, and I don't want to write an explosive combinatorial match to do so.
The text was updated successfully, but these errors were encountered: