Skip to content

Commit 21ec76b

Browse files
chore: update vscode config
1 parent fc712aa commit 21ec76b

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@
99
"source.fixAll": "explicit",
1010
"source.organizeImports": "never"
1111
},
12+
13+
"[stx]": {
14+
"editor.defaultFormatter": "pickier.pickier-vscode"
15+
},
16+
"markdownlint.config": {
17+
"default": true,
18+
"MD033": {
19+
"allowed_elements": [
20+
"details",
21+
"summary",
22+
"VPTeamPage",
23+
"VPTeamPageTitle",
24+
"VPTeamMembers",
25+
"script"
26+
]
27+
},
28+
"MD041": false
29+
},
1230
"typescript.tsdk": "${workspaceFolder}/node_modules/typescript/lib",
1331
"[shellscript]": {
1432
"editor.defaultFormatter": "foxundermoon.shell-format"

0 commit comments

Comments
 (0)