microsoft / vscode-generator-code

Visual Studio Code extension generator
Other
1.29k stars 222 forks source link

[Enhancement] Remove Unnecessary Spaces in `ext-command-ts/vsc-extension-quickstart.md` #466

Closed 1chooo closed 4 months ago

1chooo commented 5 months ago

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

I've been working on developing my own VSCode extension recently, and I've noticed that in vsc-extension-quickstart.md in ext-command-ts/, there are some extra spaces that aren't related to indentation. Perhaps we could remove them to avoid confusion for other developers who might interpret the indentation differently.

Thanks!