lint-md / lint-md/vscode-plugin
请问 vscode-mdlint-plugin 如何在 vscode 中触发自动修复呢?
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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