aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/cache/maps.go
AgeCommit message (Expand)Author
2022-07-07internal/lsp/cache: use GetHandle not Bind for 5 URI-keyed mapsAlan Donovan
2022-07-06internal/lsp/cache: use GetHandle not Bind for actionsAlan Donovan
2022-07-06internal/lsp/cache: cache isActiveLocked calculation across snapshotsRuslan Nigmatullin
2022-07-05internal/lsp/cache: persist known subdirsRuslan Nigmatullin
2022-07-01internal/lsp/cache: use persistent map for storing packages in the snapshotRuslan Nigmatullin
2022-06-24internal/persistent: change map to use set/get as method namesRuslan Nigmatullin
2022-06-23internal/lsp/cache: use persistent map for storing files in the snapshotRuslan Nigmatullin
2022-06-22internal/lsp/cache: use persistent map for storing gofiles in the snapshotRuslan Nigmatullin