Skip to content

riteshksriv/vscode-aem-sync

 
 

Repository files navigation

VSCode AEM Sync

An extention for Visual Studio Code that allows AEM Developer to sync their code updates smoothly.

You can sync not only files also .content.xml, dialog.xml, etc., can be synced by just one click.

This sync feature is ported from AEM Brackets Extension.

How to use

VSCode AEM Sync

  1. Open your AEM project on Visual Studio Code

  2. Right-click on a file or a folder in Explorer or Editor, and you can choose those two import and export options:

  • Export to AEM Server
  • Import from AEM Server

If auto-push feature is enabled, Export to AEM Server is executed automatically, when you save.

Settings

Name Description Default
aemsync.server Server URL http://localhost:4502
aemsync.user Username admin
aemsync.password Password admin
aemsync.autopush Automitically synchronize file-system changes to server false
aemsync.acceptSelfSignedCert Accept self-signed certificates for HTTPs false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%