diff --git a/docs/manifest.json b/docs/manifest.json index c1819a9918..f6ebff7526 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -293,6 +293,11 @@ "title": "Windsurf", "description": "Access your workspace with Windsurf", "path": "./user-guides/workspace-access/windsurf.md" + }, + { + "title": "Antigravity", + "description": "Access your workspace with Antigravity", + "path": "./user-guides/workspace-access/antigravity.md" } ] }, diff --git a/docs/user-guides/workspace-access/antigravity.md b/docs/user-guides/workspace-access/antigravity.md new file mode 100644 index 0000000000..b89b29d10c --- /dev/null +++ b/docs/user-guides/workspace-access/antigravity.md @@ -0,0 +1,68 @@ +# Antigravity + +[Antigravity](https://antigravity.google/) is Google's desktop IDE. + +Follow this guide to use Antigravity to access your Coder workspaces. + +If your team uses Antigravity regularly, ask your Coder administrator to add Antigravity as a workspace application in your template. +You can also use the [Antigravity module](https://registry.coder.com/modules/coder/antigravity) to easily add Antigravity to your Coder templates. + +## Install Antigravity + +Antigravity connects to your Coder workspaces using the Coder extension: + +1. [Install Antigravity](https://antigravity.google/) on your local machine. + +1. Open Antigravity and sign in with your Google account. + +## Install the Coder extension + +1. You can install the Coder extension through the Marketplace built in to Antigravity or manually. + +
+ + ## Extension Marketplace + + Search for Coder from the Extensions Pane and select **Install**. + + ## Manually + + 1. Download the [latest vscode-coder extension](https://github.com/coder/vscode-coder/releases/latest) `.vsix` file. + + 1. Drag the `.vsix` file into the extensions pane of Antigravity. + + Alternatively: + + 1. Open the Command Palette + (Ctrl+Shift+P or Cmd+Shift+P) and search for `vsix`. + + 1. Select **Extensions: Install from VSIX** and select the vscode-coder extension you downloaded. + +
+ +## Open a workspace in Antigravity + +1. From the Antigravity Command Palette (Ctrl+Shift+P or Cmd+Shift+P), + enter `coder` and select **Coder: Login**. + +1. Follow the prompts to login and copy your session token. + + Paste the session token in the **Coder API Key** dialogue in Antigravity. + +1. Antigravity prompts you to open a workspace, or you can use the Command Palette to run **Coder: Open Workspace**. + +## Template configuration + +Your Coder administrator can add Antigravity as a one-click workspace app using +the [Antigravity module](https://registry.coder.com/modules/coder/antigravity) +from the Coder registry: + +```tf +module "antigravity" { + count = data.coder_workspace.me.start_count + source = "registry.coder.com/coder/antigravity/coder" + version = "1.0.0" + agent_id = coder_agent.example.id + folder = "/home/coder/project" +} +``` diff --git a/docs/user-guides/workspace-access/index.md b/docs/user-guides/workspace-access/index.md index 53b1583dac..05dca3beea 100644 --- a/docs/user-guides/workspace-access/index.md +++ b/docs/user-guides/workspace-access/index.md @@ -102,6 +102,13 @@ Read more about [using Cursor with your workspace](./cursor.md). [Windsurf](./windsurf.md) is Codeium's code editor designed for AI-assisted development. Windsurf connects using the Coder extension. +## Antigravity + +[Antigravity](https://antigravity.google/) is Google's desktop IDE. +Antigravity connects using the Coder extension. + +Read more about [using Antigravity with your workspace](./antigravity.md). + ## JetBrains IDEs We support JetBrains IDEs using