We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code should be updated to verify the blinkInterval is valid before creating a Duration object:
This is the root cause of https://developercommunity.visualstudio.com/t/Trying-to-search-in-a-file-crashes-VS/10736121#T-ND10793055
The text was updated successfully, but these errors were encountered:
What would be the desired behavior in the case of overflow? Max value or no blinking?
Edit: Moving the * 2 to the declaration would probably fix it for "no blinking".
Sorry, something went wrong.
I personally don't have a preference between not blinking vs blinking once every few weeks :)
good point
No branches or pull requests
This code should be updated to verify the blinkInterval is valid before creating a Duration object:
This is the root cause of https://developercommunity.visualstudio.com/t/Trying-to-search-in-a-file-crashes-VS/10736121#T-ND10793055
The text was updated successfully, but these errors were encountered: