Skip to content

Commit

Permalink
vscode workspace settings: configure markdown linter extension to ign…
Browse files Browse the repository at this point in the history
…ore issues on the same line as the cursor
  • Loading branch information
ym-han committed Jun 1, 2024
1 parent cab397f commit 4848ce6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"[markdown]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": true
},
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true
}
"[markdown]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": true
},
"markdownlint.focusMode": true,
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true
}
}

0 comments on commit 4848ce6

Please # to comment.