Skip to content

Commit c4ff727

Browse files
authored
Update extensions.json
Signed-off-by: Ash Shaw <[email protected]>
1 parent d1b4d80 commit c4ff727

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vscode/extensions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
// Unit Testing Extensions - Automated testing tools
4444
"ms-playwright.playwright",
4545

46-
// Linting Extensions - Code quality and formatting
47-
"esbenp.prettier-vscode",
46+
// Linting Extensions - Code quality
4847
"davidanson.vscode-markdownlint",
4948
"redhat.vscode-yaml",
5049
"stoplight.spectral",
@@ -71,7 +70,8 @@
7170
"zainchen.json",
7271
"quicktype.quicktype",
7372

74-
// Core development tools
75-
"editorconfig.editorconfig"
73+
// Code Formatting
74+
"editorconfig.editorconfig",
75+
"esbenp.prettier-vscode"
7676
]
7777
}

0 commit comments

Comments
 (0)