mozilla / web-ext

A command line tool to help build, run, and test web extensions
Mozilla Public License 2.0
2.72k stars 341 forks source link

fix: add suggestion to 'cannot use... autogenerated' msg (#3309) #3310

Open mcomella opened 2 days ago

mcomella commented 2 days ago

The new output looks like:

UsageError: Cannot use previously auto-generated extension ID {redacted} - This extension ID must be specified in the manifest.json file. For example:

    // manifest.json
    {
        "browser_specific_settings": {
            "gecko": {
                "id": "{redacted}"
            }
        },

    ...
    }