Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mcomella
Copy link

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}"
            }
        },

    ...
    }

@mcomella mcomella force-pushed the i3309-autogenerated-msg branch from 2a283d9 to baf9206 Compare November 22, 2024 21:10
Copy link
Member

@Rob--W Rob--W left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you drop the example and link to the documentation instead? https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings

The documentation already has an example at the top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants