mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #14] setext_with_atx_closed not available in Virtual Studio Code extension #9
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Feb 28, 2016).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/14
I just installed the markdownlint extension in VS Code. I was going nuts trying to figure out why I couldn't get the .json config to take setext_with_atx_closed, when all the other options (including setext_with_atx) worked fine. So I stumbled on your commit history and see you've only just implemented it. I assume, then, that this change has not been migrated into the VS Code extension. Will you be updating the extension soon, or should it be already working?
To reproduce the symptom:
setext_with_atx_closedvalue for thestyleproperty is unknown to the extension.@DavidAnson commented on GitHub (Feb 28, 2016):
Your theory is correct: support for setext_with_atx_closed is not yet part of a markdownlint release (and therefore not part of a vscode-markdownlint release).
More context: The most recent tag and "Update to version x.y.z" commit correspond to 0.1.1 which is the latest package in npm. setext_with_atx_closed was added after that and therefore not available yet.
I'll update soon and this will show up in vscode-markdownlint. Sorry for the trouble!
@ghost commented on GitHub (Feb 29, 2016):
Very good, thank you!
Just so you know, the reason I missed that this option wasn't released yet was that I followed the link from the VS Code warning light bulb straight to Rules.md in this repo, which of course you've already updated. This being my first time ever on GitHub (or BitBucket, SourceForge, etc.–I'm a dinosaur), it didn't occur to me that this could be a project in active development and the help link might go to not-yet-released documentation. I suppose such leading-edge-of-development glitches are commonplace for developers today, though, so I'll know better next time.
@DavidAnson commented on GitHub (Feb 29, 2016):
Thanks for the details. What I'll do with the next vscode-markdownlint release is lock it to the version of Rules.md that corresponds to the version of markdownlint it's using. Sorry for not thinking to do so in the first place!