Skip to content

[Bug] Azure-hosted plugins fail in marketplace with HTTP/SSH and .git extension requirements #14499

@Arigatouz

Description

@Arigatouz

Bug Description
I have a problem and I don’t know how to fix it. Every time I create a plugin on GitHub and add it to the marketplace, it works fine. But if I host it on Azure, it doesn’t work.
First, it can’t be accessed through HTTP; it must use SSH, and the bash command is disabled in the plugin marketplace.
Second, it requires the end of the link to have .git, and this is not the Azure convention.
Now what should I do?

Environment Info

  • Platform: darwin
  • Terminal: webstorm
  • Version: 2.0.72
  • Feedback ID: 28214775-da89-4e69-affc-fd3dc03b7470

Errors

│  • https://example.com/marketplace.json                                                                                                                                                        │
│  • ./path/to/marketplace                                                                                                                                                                       │
│                                                                                                                                                                                                │
│  git@ssh.dev.azure.com:v3/^^^^^^^                                                                                                                                                 │
│                                                                                                                                                                                                │
│ Invalid marketplace config: [                                                                                                                                                                  │
│   {                                                                                                                                                                                            │
│     "code": "invalid_string",                                                                                                                                                                  │
│     "validation": {                                                                                                                                                                            │
│       "endsWith": ".git"                                                                                                                                                                       │
│     },                                                                                                                                                                                         │
│     "message": "Invalid input: must end with \".git\"",                                                                                                                                        │
│     "path": [                                                                                                                                                                                  │
│       "0000000-marketplace-plugin",                                                                                                                                                           │
│       "source",                                                                                                                                                                                │
│       "url"                                                                                                                                                                                    │
│     ]                                                                                                                                                                                          │
│   }                                                                                                                                                                                            │
│ ]       

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghas reproHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOS

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions