microsoft / vscode-generator-code

Visual Studio Code extension generator
Other
1.31k stars 226 forks source link

Add link to extension UX guidelines to generator CLI #352

Closed daviddossett closed 2 years ago

daviddossett commented 2 years ago

In an effort to get more eyes on the new extension UX guidelines—and as a result, higher quality extensions—I think it could be useful to have a link to the guidelines directly in the CLI output once the extension has been created:

CleanShot 2022-06-09 at 15 46 10@2x

It would also be worth adding it to the quickstart file, perhaps in the "Go further" section:

https://github.com/microsoft/vscode-generator-code/blob/b13a22e1ec5d1f5aa92baa8a1dd2e3105c66f726/generators/app/templates/ext-command-web/vsc-extension-quickstart.md?plain=1#L39-L43

cc @hawkticehurst @misolori

miguelsolorio commented 2 years ago

I would definitely add it to the markdown file as that's where it will have the most visibility.

aeschli commented 2 years ago

We can add a link to vsc-extension-quickstart.md. Do you want to make a PR?

hawkticehurst commented 2 years ago

I'd be happy to make a PR for this