JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
MIT License
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

johnnyreilly commented 3 months ago

Bug Report Checklist

Expected

Using the --exclude-lint-md flag I would expect "DavidAnson.vscode-markdownlint", to not be included in extensions.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

JoshuaKGoldberg commented 3 months ago

🐛❗

github-actions[bot] commented 3 months ago

:tada: This is included in version v1.67.7 :tada:

The release is available on:

Cheers! 📦🚀