Hennamann / CC-Extension-Builder-For-Visual-Studio-Code

A Visual Studio Code Extension that lets you create HTML based extensions for Adobe Creative Cloud applications such as Photoshop, Illustrator and InDesign.
MIT License
45 stars 10 forks source link

Debug extension #2

Closed sandroweb closed 6 years ago

sandroweb commented 6 years ago

How I can run my created extension?

Hennamann commented 6 years ago

If you have enabled debug mode on your machine (This can be done by using the "enable debug mode" command added by this extension.) You should be able to find your extension in whatever Adobe app you specified support for in the extension manifest file.

Hennamann commented 6 years ago

I assume this issue has been solved. Closing