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.
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
inext-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!