We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc712aa commit 21ec76bCopy full SHA for 21ec76b
1 file changed
.vscode/settings.json
@@ -9,6 +9,24 @@
9
"source.fixAll": "explicit",
10
"source.organizeImports": "never"
11
},
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
30
"typescript.tsdk": "${workspaceFolder}/node_modules/typescript/lib",
31
"[shellscript]": {
32
"editor.defaultFormatter": "foxundermoon.shell-format"
0 commit comments