Dart-Code icon indicating copy to clipboard operation
Dart-Code copied to clipboard

Dart SDK update notifications sometimes appear in Flutter workspaces

Open DanTup opened this issue 2 years ago • 1 comments

This might be because Flutter was slowly activating in the bug, but I got this prompt even though I'm in a Flutter workspace (and using a Dart SDK from Flutter). This prompt should only ever show for pure Dart SDKs.

image

DanTup avatar Feb 06 '24 11:02 DanTup

Cannot reproduce... seems like this check always prevents it:

https://github.com/Dart-Code/Dart-Code/blob/622472f313ac69e98102e6d243ce9969c3ad64e3/src/extension/sdk/update_check.ts#L16

DanTup avatar Feb 06 '24 12:02 DanTup