lint-md / lint-md/vscode-plugin

请问 vscode-mdlint-plugin 如何在 vscode 中触发自动修复呢?

Open
#3 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7
Forks
0
PR merge metrics
No merged PRs in 30d

Description

尝试了下类似配置貌似不行:
```json
"editor.codeActionsOnSave": {
"source.fixAll.mdlint": true
},
"[markdown]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ZhixiangZhang.mdlint"
},
```
请问在哪里设置呢?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by checking the reported VS Code settings and the extension's documented configuration entry points. Confirm whether markdown auto-fix is supported on save and document the correct setting or limitation; the issue provides no file or test names, so completion is a reproducible configuration answer.

Written by the indexing model from the issue text.

Assessment

Tech stack
markdown, typescript, vscode
Domain
tooling
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.