feat: use file watchers to track some setup statuses#47
Merged
Conversation
Setup statuses for LS CLI authentication and AWS profile configuration are now checked via file watchers instead of periodic checks. feat: use file watchers to track the LS CLI status License status for LS CLI is now checked via file watchers instead of periodic checks. WIP Assignments perf rename lint
b36c33a to
53f1bc5
Compare
feat: use file watchers to track the LS CLI status License status for LS CLI is now checked via file watchers instead of periodic checks.
License status for LS CLI is now checked via file watchers instead of periodic checks.
91a13ca to
8261b0b
Compare
tiurin
approved these changes
Sep 10, 2025
Collaborator
tiurin
left a comment
There was a problem hiding this comment.
This is great improvement, thank you! Nice usage of immediateOnce! 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Setup statuses for LS CLI authentication and license, and the AWS profile configuration are now checked via file watchers instead of periodic checks.
It's still pending to improve the algorithm that checks for the LS CLI installation in a different PR.