Dart-Code
Dart-Code copied to clipboard
Dart SDK update notifications sometimes appear in Flutter workspaces
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.
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