---
title: "Cloud IDE - August 17, 2020"
date: "2025-09-12T05:57:24+00:00"
summary: "Discover new Cloud IDE features: PHP version switching, Xdebug toggle, and preconfigured Drupal tests. Enhance your development workflow."
image:
type: "announcement"
url: "/acquia-cloud-platform/add-ons/cloud-ide/release/2020-08-17/75551-cloud-ide-august-17-2020"
id: "f95beeec-c0bf-48c9-ad90-d70d1c3b324d"
---

*   Feature Cloud IDE is now preconfigured to run all Drupal tests (Unit, Kernel, Functional, and Functional JS).
    
*   Feature Cloud IDE now supports changing PHP versions with `acli ide:php-version <7.x>`.
    
*   Feature Cloud IDE now supports enabling and disabling of Xdebug with `acli ide:xdebug-toggle`.
    
*   Change `AH_SITE_ENVIRONMENT` is now lowercase (`ide`) to be consistent with other Acquia environments (such as `dev`, `test`, and `prod`).
    
*   Change [Acquia CLI](https://github.com/acquia/cli) now offers to change the [PHP version](/acquia-cloud-platform/add-ons/ide/resources) in the Cloud IDE if it’s different from the Cloud Platform environment from where it’s copied.
    
*   Change The `PS1` (terminal prompt) is now configured to return the Cloud IDE label so it’s easier to identify different IDEs in browser tabs.
    
*   Change Composer 2 is now updated to [Alpha3](https://getcomposer.org/changelog/2.0.0-alpha3).
    
*   Change [Acquia CLI](https://github.com/acquia/cli) is now updated to [RC6](https://github.com/acquia/cli/releases/tag/v1.0.0-rc6).
    
*   Fix PHP code sniffer now correctly defaults to `Drupal` and `DrupalPractice` sniffs.
    
*   Fix `man` pages failed to load for Git commands.
    
*   Fix Invoking `drush8` now works correctly.
    
*   Fix Cloud IDE is now compatible with Acquia’s environment detector as of  [v1.1.1](https://github.com/acquia/drupal-environment-detector/releases/tag/v1.1.1).