Skip to content

Commit

Permalink
Merge pull request #335 from Automattic/update-wordpress
Browse files Browse the repository at this point in the history
feat(wordpress): add `wordpress-syntax-highlighter` extension
  • Loading branch information
sjinks authored Aug 14, 2024
2 parents 18dcbb9 + ad99e28 commit fd93be5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions features/src/wordpress/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "wordpress",
"name": "WordPress",
"description": "Sets up WordPress into the Dev Environment",
"version": "2.5.0",
"version": "2.6.0",
"documentationURL": "https://github.com/Automattic/vip-codespaces/tree/trunk/features/src/wordpress",
"containerEnv": {
"WP_CLI_CONFIG_PATH": "/etc/wp-cli/wp-cli.yaml",
Expand Down Expand Up @@ -52,7 +52,8 @@
"customizations": {
"vcode": {
"extensions": [
"johnbillion.vscode-wordpress-hooks"
"johnbillion.vscode-wordpress-hooks",
"matthiashunt.wordpress-syntax-highlighter"
]
}
}
Expand Down

0 comments on commit fd93be5

Please sign in to comment.