lunapaint / vscode-luna-paint

A raster image editor extension for VS Code
https://marketplace.visualstudio.com/items?itemName=Tyriar.luna-paint
282 stars 27 forks source link

Adopt `startEntries`? #81

Closed JacksonKearl closed 3 years ago

JacksonKearl commented 3 years ago

Ref https://github.com/microsoft/vscode/issues/124304

This for you would might look like:

        "startEntries": [
            {
            "title": "Image",
            "description": "Create an empty .png file with specificed dimensions",
            "command": "luna.file.new"
        },
            {
            "title": "Icon",
            "description": "Create an empty .ico file with specificed dimensions",
            "command": "luna.file.newIcon"
        }
    ],

image

Tyriar commented 3 years ago

Will add next weekend as I don't think it's in this insiders.

Tyriar commented 3 years ago

image