diff --git a/features/src/wordpress/devcontainer-feature.json b/features/src/wordpress/devcontainer-feature.json index ab9728c7..e3725edf 100644 --- a/features/src/wordpress/devcontainer-feature.json +++ b/features/src/wordpress/devcontainer-feature.json @@ -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", @@ -52,7 +52,8 @@ "customizations": { "vcode": { "extensions": [ - "johnbillion.vscode-wordpress-hooks" + "johnbillion.vscode-wordpress-hooks", + "matthiashunt.wordpress-syntax-highlighter" ] } }