Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
1.21k
stars
75
forks
source link
🐛 Bug: `--exclude-lint-md` does not exclude extension from `extensions.json` #1622
Closed
johnnyreilly closed 3 months ago
Bug Report Checklist
main
branch of the repository.Expected
Using the
--exclude-lint-md
flag I would expect"DavidAnson.vscode-markdownlint",
to not be included inextensions.json
.Actual
But it is - probably because of this code: https://github.com/JoshuaKGoldberg/create-typescript-app/blob/0ff914cb7d87b79dcc153dce59a2de992899f914/src/steps/writing/creation/dotVSCode.ts#L9
Is this intentional?
Additional Info
No response