An open API service indexing awesome lists of open source software.

https://github.com/kropp/toolbox-gateway-sample

This plugin is a sample of Remote Development integration into JetBrains Toolbox App
https://github.com/kropp/toolbox-gateway-sample

Last synced: 10 months ago
JSON representation

This plugin is a sample of Remote Development integration into JetBrains Toolbox App

Awesome Lists containing this project

README

          

# 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.