Skip to content

Commit 30c6175

Browse files
author
Drew Yang
committed
fix: 🔧 update vscode configs
1 parent fc063ad commit 30c6175

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

‎.vscode/extensions.json‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"streetsidesoftware.code-spell-checker",
4+
"DavidAnson.vscode-markdownlint",
5+
"stkb.rewrap"
6+
]
7+
}

‎.vscode/settings.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"[markdown]" : {
2+
"[markdown]": {
33
"editor.rulers": [88],
44
"editor.formatOnPaste": true,
55
"editor.formatOnSave": true,
@@ -11,7 +11,7 @@
1111
},
1212
// https://github.com/DavidAnson/markdownlint
1313
"editor.codeActionsOnSave": {
14-
"source.fixAll.markdownlint":true
14+
"source.fixAll.markdownlint": "always"
1515
},
16-
"markdownlint.focusMode": 5, // ignore issues around the cursor
17-
}
16+
"markdownlint.focusMode": 5 // ignore issues around the cursor
17+
}

0 commit comments

Comments
 (0)