Skip to content

Commit 9cb638d

Browse files
chore(extensions): add Jest and enhance JSON support with dotenv and browserslist extensions
1 parent c4ff727 commit 9cb638d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/extensions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
// Unit Testing Extensions - Automated testing tools
4444
"ms-playwright.playwright",
45+
"orta.vscode-jest",
4546

4647
// Linting Extensions - Code quality
4748
"davidanson.vscode-markdownlint",
@@ -54,6 +55,11 @@
5455
"michelemelluso.code-beautifier",
5556
"dbaeumer.vscode-eslint",
5657

58+
// Build & Tooling Extensions - Front-end build pipeline helpers
59+
"mgmcdermott.vscode-language-babel",
60+
"csstools.postcss",
61+
"jeremyrajan.webpack",
62+
5763
// WordPress Development - WordPress specific tools
5864
"wordpresstoolbox.wordpress-toolbox",
5965
"wordpress.wordpress-hooks-intellisense",
@@ -67,6 +73,8 @@
6773
"wongjn.php-sniffer",
6874

6975
// JSON and Configuration - Enhanced JSON support
76+
"dotenv.dotenv-vscode",
77+
"webben.browserslist",
7078
"zainchen.json",
7179
"quicktype.quicktype",
7280

0 commit comments

Comments
 (0)