-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis bug
Milestone
Description
[✓] VS Code (version 1.33.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.0.2
• Flutter version 1.2.1
• Framework revision 8661d8aecd (3 months ago), 2019-02-14 19:19:53 -0800
• Engine revision 3757390fa4
• Dart version 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb)
Icons.add_comment fails to display the image preview in VSCode, but does display correctly in app. Also previews correctly in Android Studio.
Why is this one special?
Example:
IconButton(icon: Icon(Icons.add_a_photo)),
IconButton(icon: Icon(Icons.add_comment)), //fails to display image preview in vscode
IconButton(icon: Icon(Icons.airline_seat_flat)),
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis bug