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" │
│ ] │
│ } │
│ ]
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
Errors