Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLT-4677: Add EnvironmentDetector for acquia cloud IDE. #4678

Closed
wants to merge 1 commit into from

Conversation

shriniyesare
Copy link

Motivation
Issue link: #4677
BLT-5213: local.settings.php is not detecting on Acquia cloud IDE.

Fixes #4677

Proposed changes
Adds a check to IDE Environment Detector and set path to local.settings.php file.

Testing steps

  • Create an IDE on Acquia cloud.
  • Setup the project on Acquia cloud with BLT.
  • Make changes to local.settings.php. Example change the database settings or add site studio keys.
  • Verify the changes reflect.

@danepowell
Copy link
Contributor

This behavior is by design for the moment. We haven't found a good solution for dealing with Cloud-based IDEs: #4175

@mikemadison13
Copy link
Contributor

There is a plugin that handles this, https://github.com/pavlosdan/blt-ide-local. this is how i've handled this in the past.

@danepowell
Copy link
Contributor

danepowell commented Aug 22, 2023

I welcome ideas on how to solve this but it needs to at least be backwards-compatible, or significant enough to warrant a new major release.

@danepowell danepowell closed this Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BLT-5213: local.settings.php is not detecting on Acquia cloud IDE.
3 participants