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

console.log warning should only happen if user is on same file for a few minutes #18

Open
hchiam opened this issue Jul 30, 2019 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@hchiam
Copy link
Owner

hchiam commented Jul 30, 2019

When you're just debugging, it can get annoying to see the popup every time you open the file.

The popup should still appear though, but maybe with the delay this will make it more likely to be addressed when you're ready to commit.

Action items:

  • change message to "Don't forget to remove any unnecessary console.log!"
  • Add timer to delay checking console.log by 5 minutes (read code from here or here for ideas)
@hchiam hchiam added bug Something isn't working enhancement New feature or request labels Jul 30, 2019
@hchiam hchiam self-assigned this Jul 30, 2019
@hchiam hchiam pinned this issue Jul 30, 2019
@hchiam
Copy link
Owner Author

hchiam commented Aug 2, 2019

Also: if this gets done, also make the random reminder make use of a delay (avoid random spamming).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant