🐛 Bug: --exclude-lint-md
does not exclude extension from extensions.json
#1622
Labels
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
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:
create-typescript-app/src/steps/writing/creation/dotVSCode.ts
Line 9 in 0ff914c
Is this intentional?
Additional Info
No response
The text was updated successfully, but these errors were encountered: