Skip to content

Improve Hover Response Caching #450

@montymxb

Description

@montymxb

This is already noted in the hover-request.ts file, which should be changed to a separate caching service. This is particularly important since previously computed hover results for libs will stay put even if the libs are no longer reachable from our config.

An example of this is checking the hover result for a lib that can be reached, forcing it to compute & cache, and then checking it again after its corresponding libs entry has been removed from the config. Hovering again will show the diagnostic for the unresolved include along with the cached hover result. We should invalidate those cache entries when the libs change.

Metadata

Metadata

Labels

priority-mediumShould be resolved in 1-3 sprintsseverity-mediumA bug where workaround exists or that doesn't prevent the usage of the Zowe or the use case

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions