Skip to content

Commit

Permalink
Add recommended extensions for VSCode woocommerce#5233 (woocommerce#5237
Browse files Browse the repository at this point in the history
)

* Add recommended extension for vs code woocommerce#5233

Add recommended extension for vs code

* replace PHP extensions

* add editor config extension

* update gitignore
  • Loading branch information
gigitux authored and jonny-bull committed Dec 16, 2021
1 parent 3b267c8 commit b6b3ee8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ project.properties
.settings*
.idea
.vscode
!.vscode/extensions.json
*.sublime-project
*.sublime-workspace
.sublimelinterrc
Expand Down
14 changes: 14 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"wordpresstoolbox.wordpress-toolbox",
"claudiosanches.woocommerce",
"andys8.jest-snippets",
"eamodio.gitlens",
"bmewburn.vscode-intelephense-client",
"neilbrayfield.php-docblocker",
"valeryanm.vscode-phpsab",
"editorconfig.editorconfig"
]
}

0 comments on commit b6b3ee8

Please sign in to comment.