-
-
Notifications
You must be signed in to change notification settings - Fork 1
Caching Strategy #195
Copy link
Copy link
Open
Labels
improvementImprovements to existing featuresImprovements to existing featuresrefactorRefactoring codeRefactoring code
Metadata
Metadata
Assignees
Labels
improvementImprovements to existing featuresImprovements to existing featuresrefactorRefactoring codeRefactoring code
Projects
Status
Backlog
VS Code API call caching, computed value memoization.
Reason: Performance + Consistency
Current: Calling the VS Code API every time getButtons() is called
Improvement: Cache + Invalidation Strategy