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

IDE usage trigger not testing key value as well as cueSource. #45

Open
taqo-issues-bot opened this issue May 4, 2021 · 0 comments
Open
Labels
backlog bug Something isn't working

Comments

@taqo-issues-bot
Copy link

Issue by BobEvans
Sat Jul 11 05:44:24 2020


The code in triggers.dart
137: cueFiltersMatch = ((event.sourceId?.isEmpty ?? true) && (interruptCue.cueSource?.isEmpty ?? true)) ||
(event.sourceId == interruptCue.cueSource);

needs to test key as well as cueSource if the type is IDE_IDEA_USAGE

@taqo-issues-bot taqo-issues-bot added bug Something isn't working P0 labels May 4, 2021
@rundong08 rundong08 added backlog and removed P0 labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants