-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8beca3
commit 6fd4a7d
Showing
13 changed files
with
120 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
# Gitpod Toolbox Plugin | ||
# Gitpod Classic Toolbox Plugin | ||
|
||
To load plugin into the provided Toolbox App, run `./gradlew build copyPlugin` | ||
Provides a way to connect to Gitpod Classic workspaces within the JetBrains Toolbox App. | ||
|
||
or put files in the following directory: | ||
## How to Develop | ||
|
||
* Windows: `%LocalAppData%/JetBrains/Toolbox/cache/plugins/plugin-id` | ||
* macOS: `~/Library/Caches/JetBrains/Toolbox/plugins/plugin-id` | ||
* Linux: `~/.local/share/JetBrains/Toolbox/plugins/plugin-id` | ||
### Requires | ||
- Java 21 | ||
- IntelliJ IDEA | ||
- Toolbox App | ||
|
||
### Steps | ||
- Clone and open this project locally in IntelliJ IDEA | ||
- Run the `./gradlew copyPlugin` task to build and copy the plugin into Toolbox's plugin directory | ||
- Restart the Toolbox Application if needed (for macOS, it can restart by copyPlugin task) | ||
|
||
## How to Develop | ||
> To open the Toolbox App in debug mode | ||
> ```bash | ||
> TOOLBOX_DEV_DEBUG_SUSPEND=true && open /Applications/JetBrains\ Toolbox.app | ||
> ``` | ||
## Install Plugin manually | ||
- Open the Toolbox App in debug mode | ||
```bash | ||
TOOLBOX_DEV_DEBUG_SUSPEND=true && open /Applications/JetBrains\ Toolbox.app | ||
``` | ||
If you download the plugin from the summary of GitHub Actions, you will need to install it manually. More details can be found [here (internal notes)](https://www.notion.so/gitpod/WIP-Experiment-Toolbox-gateway-feature-with-Gitpod-Classic-14c6425f2d52800297bbf98b88842ac7). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
components/ide/jetbrains/toolbox/src/main/resources/icon-colored.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.