Skip to content

Commit 2af4119

Browse files
committed
md tweaks
1 parent c8c6359 commit 2af4119

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

docs/ai-coder/claude-integration.md

+23-23
Original file line numberDiff line numberDiff line change
@@ -193,21 +193,21 @@ Understanding your codebase:
193193

194194
1. Navigate to your repository:
195195

196-
```bash
197-
cd /path/to/repo
198-
```
196+
```bash
197+
cd /path/to/repo
198+
```
199199

200200
1. Get a high-level overview:
201201

202-
```bash
203-
claude "Help me understand this codebase"
204-
```
202+
```bash
203+
claude "Help me understand this codebase"
204+
```
205205

206206
1. Ask about specific parts:
207207

208-
```bash
209-
claude "Explain how authentication works in this app"
210-
```
208+
```bash
209+
claude "Explain how authentication works in this app"
210+
```
211211

212212
### Advanced workflows
213213

@@ -240,15 +240,24 @@ See our [issue tracker integration guide](./issue-tracker.md) for more workflows
240240

241241
To use Claude directly in your IDE, add the Claude VS Code extension to your workspace:
242242

243+
### VS Code
244+
245+
If you use VS Code on your local machine with the [Remote SSH extension](../user-guides/workspace-access/vscode.md):
246+
247+
1. Install the [Claude extension](https://marketplace.visualstudio.com/items?itemName=anthropic.claude-vscode) in your local VS Code.
248+
1. Configure it with your Anthropic API key.
249+
1. Connect to your Coder workspace via Remote SSH.
250+
1. Use Claude directly within VS Code while working with your remote files.
251+
243252
### code-server
244253

245254
1. Add this to the script section in your template:
246255

247-
```bash
248-
CLAUDE_VSIX_URL="https://open-vsx.org/api/anthropic/claude-vscode/latest/file/anthropic.claude-vscode-latest.vsix"
249-
curl -L $CLAUDE_VSIX_URL -o /tmp/claude-vscode.vsix
250-
code-server --install-extension /tmp/claude-vscode.vsix
251-
```
256+
```bash
257+
CLAUDE_VSIX_URL="https://open-vsx.org/api/anthropic/claude-vscode/latest/file/anthropic.claude-vscode-latest.vsix"
258+
curl -L $CLAUDE_VSIX_URL -o /tmp/claude-vscode.vsix
259+
code-server --install-extension /tmp/claude-vscode.vsix
260+
```
252261

253262
1. Create a settings file with your API key:
254263

@@ -267,15 +276,6 @@ code-server --install-extension /tmp/claude-vscode.vsix
267276
- Click it to open the Claude panel
268277
- Start chatting with Claude about your code
269278
270-
### VS Code
271-
272-
If you use VS Code on your local machine with the [Remote SSH extension](../user-guides/workspace-access/vscode.md):
273-
274-
1. Install the [Claude extension](https://marketplace.visualstudio.com/items?itemName=anthropic.claude-vscode) in your local VS Code.
275-
1. Configure it with your Anthropic API key.
276-
1. Connect to your Coder workspace via Remote SSH.
277-
1. Use Claude directly within VS Code while working with your remote files.
278-
279279
</div>
280280
281281
## Using Claude Desktop with Coder (Advanced)

0 commit comments

Comments
 (0)