[GH-ISSUE #501] Request Support: vscode user settings fallback #410

Closed
opened 2026-03-03 01:26:40 +03:00 by kerem · 2 comments
Owner

Originally created by @septs on GitHub (Feb 21, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/501

path: .vscode/settings.json

{
  "markdownlint.config": {
    "line-length": false
  },
  "markdownlint.ignore": ".vscode/.markdownlintignore",
  "markdownlint.lintWorkspaceGlobs": [
    "**/*.{md,mkd,mdwn,mdown,markdown,markdn,mdtxt,mdtext,workbook}",
    "!**/bower_components",
    "!**/node_modules",
    "!**/vendor",
    "!**/.git"
  ],
}

i hope can support read .vscode/settings.json to reduce project root hidden files

Originally created by @septs on GitHub (Feb 21, 2022). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/501 path: `.vscode/settings.json` ```json { "markdownlint.config": { "line-length": false }, "markdownlint.ignore": ".vscode/.markdownlintignore", "markdownlint.lintWorkspaceGlobs": [ "**/*.{md,mkd,mdwn,mdown,markdown,markdn,mdtxt,mdtext,workbook}", "!**/bower_components", "!**/node_modules", "!**/vendor", "!**/.git" ], } ``` i hope can support read `.vscode/settings.json` to reduce project root hidden files
kerem 2026-03-03 01:26:40 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@DavidAnson commented on GitHub (Feb 21, 2022):

Could you please explain what it does today and the change you would like to see?

<!-- gh-comment-id:1046405131 --> @DavidAnson commented on GitHub (Feb 21, 2022): Could you please explain what it does today and the change you would like to see?
Author
Owner

@septs commented on GitHub (Feb 21, 2022):

sorry, should i submit to markdownlint-cli

<!-- gh-comment-id:1046406650 --> @septs commented on GitHub (Feb 21, 2022): sorry, should i submit to `markdownlint-cli`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#410
No description provided.