Skip to content

Icons.add_comment does not display image preview #1707

@wyattbiker

Description

@wyattbiker
[✓] 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

No one assigned

    Labels

    in editorRelates to code editing or language featuresis bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions