microsoft/vscode-generator-code

Do a consistency pass on extension templates

hawkticehurst opened this issue ยท 3 comments

As I've been making some PRs recently I've noticed that there are minor inconsistencies across the various extension templates such as:

  • Inconsistent capitalization (i.e. sometimes CMD is used and other times Cmd is used)
  • Inconsistent usage of "VS Code" versus "VSCode" (I believe brand guidelines say it should always be "VS Code")
  • Inconsistent usage of periods at the end of bullet list items
  • Other bits and pieces

If addressing this sounds desirable, I would be happy to contribute a PR that does a pass on these types of things and generally adds some polish to the extension templates.

Makes sense to me if they are relatively harmless changes ๐Ÿ‘

Definitely go for it, we get PRs for typo fixes all the time.