Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 544 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 544 Bytes

Toolbox Gateway plugin sample

To load plugin into the provided Toolbox App, run ./gradlew build copyPlugin

or put files in the following directory:

  • Windows: %LocalAppData%/JetBrains/Toolbox/cache/plugins/plugin-id
  • macOS: ~/Library/Caches/JetBrains/Toolbox/plugins/plugin-id
  • Linux: ~/.local/share/JetBrains/Toolbox/plugins/plugin-id

Put all required .jar files (do not include any dependencies already included with the Toolbox App to avoid possible resolution conflicts), extensions.json and icon.svg in this directory.