Skip to content

Commit

Permalink
Merge pull request #1333 from Automattic/fix/dev_env_readd_xdebug_config
Browse files Browse the repository at this point in the history
[dev-env] Readds xdebug_config to vip dev-env update
  • Loading branch information
pschoffer authored Apr 14, 2023
2 parents e20535e + 55f62d6 commit 5af2cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export function mergeConfigurationFileOptions( preselectedOptions: InstanceOptio
elasticsearch: configurationFileOptions.elasticsearch,
phpmyadmin: configurationFileOptions.phpmyadmin,
xdebug: configurationFileOptions.xdebug,
xdebugConfig: configurationFileOptions[ 'xdebug-config' ],
mailhog: configurationFileOptions.mailhog,
};

Expand Down
1 change: 1 addition & 0 deletions src/lib/dev-environment/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export type ConfigurationFileOptions = {
elasticsearch?: boolean;
phpmyadmin?: boolean;
xdebug?: boolean;
'xdebug-config'?: string;
mailhog?: boolean;
}

Expand Down

0 comments on commit 5af2cc1

Please sign in to comment.