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 d1b4d80 commit c4ff727Copy full SHA for c4ff727
.vscode/extensions.json
@@ -43,8 +43,7 @@
43
// Unit Testing Extensions - Automated testing tools
44
"ms-playwright.playwright",
45
46
- // Linting Extensions - Code quality and formatting
47
- "esbenp.prettier-vscode",
+ // Linting Extensions - Code quality
48
"davidanson.vscode-markdownlint",
49
"redhat.vscode-yaml",
50
"stoplight.spectral",
@@ -71,7 +70,8 @@
71
70
"zainchen.json",
72
"quicktype.quicktype",
73
74
- // Core development tools
75
- "editorconfig.editorconfig"
+ // Code Formatting
+ "editorconfig.editorconfig",
+ "esbenp.prettier-vscode"
76
]
77
}
0 commit comments