Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize by deduplicating evaluated data #28

Closed
harrisont opened this issue Apr 6, 2023 · 2 comments
Closed

Optimize by deduplicating evaluated data #28

harrisont opened this issue Apr 6, 2023 · 2 comments

Comments

@harrisont
Copy link
Owner

Specifically by deduplicating the following fields in evaluated data:

  • variableReferences with the same range
  • variableDefinitions returned by getDocumentSymbols/getWorkspaceSymbols with the same name and range
@harrisont
Copy link
Owner Author

The remaining work is to deduplicate the evaluated data's variableReferences with the same range.

@harrisont
Copy link
Owner Author

Splitting out the remaining work into #34.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant