adobe / aem-brackets-extension

Brackets extension for Adobe Experience Manager (AEM) front-end developers with auto-sync and HTL support.
https://docs.adobe.com/content/docs/en/dev-tools/aem-brackets.html
Apache License 2.0
52 stars 22 forks source link

switching between AEM instances causes problems #73

Closed reusr1 closed 6 years ago

reusr1 commented 8 years ago

the aem extension for brackets currently only allows to configure 1 aem instance. This can cause problems when switching between projects. At startup, brackets deploys to the running AEM instance but since that may be not the instance you want to work with at the moment or the project you had open in brackets before you closed it your AEM instance gets unwanted code deployed.

It would be great if

  1. brackets is able to handle multiple AEM configurations at a time
  2. when brackets is started up it checks if the AEM instance it tries to connect to is the same one as it was connected before
raducotescu commented 6 years ago

I think the root problem is a combination of #76 and #81. <shame>Not sure if I should ask you if this is still relevant after 2 years</shame>.