Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 965 Bytes

File metadata and controls

35 lines (22 loc) · 965 Bytes

CC Extension Builder for Visual Studio Code

This extension, makes it easier to create HTML5 extensions for Adobe Creative Cloud in Visual Studio Code.

Works on both Mac and Windows!

Features

  • Creates an extension for you based on a premade template.
  • Allows you to enable and disable CEP debug mode inside Visual Studio Code.

Known Issues

Release Notes

1.0.0

Initial release of the extension.

1.0.1

  • Added a disable CEP debug mode command.
  • Added template picker option, to allow the user to choose between the different templates.

1.0.2/1.0.3

  • Fixed a lot of Windows issues, Windows now works and has been tested!
  • General performance improvements.

1.1.0

  • Adds compatibility with CEP 9 and basic compatbility with the upcoming CEP 10.
  • Updated/Removed NPM modules with security vulnerabilities.
  • Code Cleanup

1.1.2

  • Adds prefixes to the commands in order to distinquish them from other commands. (See Issue #5)