File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Toolbox Gateway plugin sample
22
3- To load plugin into the provided Toolbox App, put files in the following directory:
3+ To load plugin into the provided Toolbox App, run ` ./gradlew build copyPlugin `
44
5- Windows: ` %LocalAppData%/JetBrains/Toolbox/cache/plugins/plugin-id `
6- macOS: ` ~/Library/Caches/JetBrains/Toolbox/plugins/plugin-id `
7- Linux: ` ~/.local/share/JetBrains/Toolbox/plugins/plugin-id `
5+ or put files in the following directory:
6+
7+ * Windows: ` %LocalAppData%/JetBrains/Toolbox/cache/plugins/plugin-id `
8+ * macOS: ` ~/Library/Caches/JetBrains/Toolbox/plugins/plugin-id `
9+ * Linux: ` ~/.local/share/JetBrains/Toolbox/plugins/plugin-id `
810
911Put all required .jar files (do not include any dependencies already included with the Toolbox App to avoid possible resolution conflicts),
10- ` extensions.json ` and ` icon.svg ` in this directory.
12+ ` extensions.json ` and ` icon.svg ` in this directory.
You can’t perform that action at this time.
0 commit comments