microsoft / vsmarketplace

Customer feedback and issue tracker repository for Visual Studio Marketplace
MIT License
39 stars 12 forks source link

Improve Error Message when Extension Category does not exist #932

Open benibenj opened 2 weeks ago

benibenj commented 2 weeks ago

When attempting to publish an extension with an unsupported category through vsce or the Visual Studio Marketplace web UI, users encounter a non-descriptive error message that leads to confusion and unnecessary issues being filed.

Current Behavior: The current error message displayed is:

This message does not clearly indicate the actual problem, resulting in users filing issues against vsce (e.g., vscode-vsce#977) and the Marketplace (e.g., vsmarketplace#595).

Proposed Solution: A more informative error message would significantly improve the user experience. For example:

This change would help users self-diagnose the issue and take corrective action without the need to file additional support issues.