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

Intellisense caching #10

Closed
aolney opened this issue May 7, 2024 · 1 comment
Closed

Intellisense caching #10

aolney opened this issue May 7, 2024 · 1 comment

Comments

@aolney
Copy link
Owner

aolney commented May 7, 2024

Currently it is not getting cached, so a variable is getting re-queried repeatedly.

This should probably be changed back to the caching behavior.

Idea for improvements: also look a the number of children from the parent. If that changes, then refresh. This would capture dynamic additions of children during execution.

@aolney
Copy link
Owner Author

aolney commented May 28, 2024

Closed with 21621cc

@aolney aolney closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant