Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

// Unit Testing Extensions - Automated testing tools
"ms-playwright.playwright",
"orta.vscode-jest",

// Linting Extensions - Code quality
"davidanson.vscode-markdownlint",
Expand All @@ -54,6 +55,11 @@
"michelemelluso.code-beautifier",
"dbaeumer.vscode-eslint",

// Build & Tooling Extensions - Front-end build pipeline helpers
"mgmcdermott.vscode-language-babel",
"csstools.postcss",
"jeremyrajan.webpack",

// WordPress Development - WordPress specific tools
"wordpresstoolbox.wordpress-toolbox",
"wordpress.wordpress-hooks-intellisense",
Expand All @@ -67,6 +73,8 @@
"wongjn.php-sniffer",

// JSON and Configuration - Enhanced JSON support
"dotenv.dotenv-vscode",
"webben.browserslist",
"zainchen.json",
"quicktype.quicktype",

Expand Down
Loading