Skip to content

Coder plugin for remote development support in JetBrains Toolbox

License

Notifications You must be signed in to change notification settings

coder/coder-jetbrains-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f1d3a3 · Mar 7, 2025

History

33 Commits
Mar 4, 2025
Mar 7, 2025
Mar 7, 2025
Jun 22, 2023
Mar 4, 2025
Mar 4, 2025
Feb 24, 2025
Nov 29, 2024
Mar 7, 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.