Skip to content

coder/coder-jetbrains-toolbox

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d690d7 · Apr 1, 2025

History

49 Commits
Apr 1, 2025
Mar 24, 2025
Mar 29, 2025
Jun 22, 2023
Mar 4, 2025
Mar 13, 2025
Feb 24, 2025
Nov 29, 2024
Apr 1, 2025
Mar 4, 2025
Nov 27, 2024
Nov 27, 2024
Feb 24, 2025

Repository files navigation

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.