mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
Because it can come null from the server, as you can see on interface WorkspaceContext from `components/gitpod-protocol/src/protocol.ts`.
Gitpod Gateway
Provides a way to connect to Gitpod workspaces.
Usage
This project is not yet Gitpodified as testing it requires running the local Gateway app. For now, use IntelliJ idea.
- Run
./gradlew runIdeto start a sandbox Gateway with the plugin installed - Run
./gradlew checkto run the tests and the static analysis validations
Note: Gradle should run with Java 11.
Plugin based on the [IntelliJ Platform Plugin Template][template].