Skip to content

Commit fdb69dd

Browse files
Update Claude Code docs - 2025-11-06 | Updated: amazon-bedrock.md,vs-code.md
1 parent ec183c9 commit fdb69dd

3 files changed

Lines changed: 25 additions & 11 deletions

File tree

docs/amazon-bedrock.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ export AWS_REGION=us-east-1 # or your preferred region
102102
export ANTHROPIC_SMALL_FAST_MODEL_AWS_REGION=us-west-2
103103
```
104104

105+
**For VS Code Extension users**: Configure environment variables in the VS Code extension settings instead of exporting them in your shell. See [Using Third-Party Providers in VS Code](/en/vs-code#using-third-party-providers-vertex-and-bedrock) for detailed instructions. All environment variables shown in this guide should work when configured through the VS Code extension settings.
106+
105107
When enabling Bedrock for Claude Code, keep the following in mind:
106108

107109
* `AWS_REGION` is a required environment variable. Claude Code does not read from the `.aws` config file for this setting.

docs/docs_manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"amazon-bedrock.md": {
44
"original_url": "https://docs.claude.com/en/docs/claude-code/amazon-bedrock",
55
"original_md_url": "https://docs.claude.com/en/docs/claude-code/amazon-bedrock.md",
6-
"hash": "13db8b792c0f7f7e96802a6c22d8a5cefb1c5dd0b9f5fa93e343790453f89bb5",
7-
"last_updated": "2025-11-06T15:01:46.077934"
6+
"hash": "7140beeff2b7281709abd1446a464950425c8e9ee08c8f4ab7b8f3ff32064119",
7+
"last_updated": "2025-11-06T18:02:00.420513"
88
},
99
"analytics.md": {
1010
"original_url": "https://docs.claude.com/en/docs/claude-code/analytics",
@@ -261,8 +261,8 @@
261261
"vs-code.md": {
262262
"original_url": "https://docs.claude.com/en/docs/claude-code/vs-code",
263263
"original_md_url": "https://docs.claude.com/en/docs/claude-code/vs-code.md",
264-
"hash": "945fade50e82c1372b2f3d7990b8b11c5389afb1e9b4781a900192c194eef53f",
265-
"last_updated": "2025-11-06T12:02:53.739240"
264+
"hash": "dc752054907706ffad102f871dea77def1897d17150b542590cf831afcd88cae",
265+
"last_updated": "2025-11-06T18:02:25.609166"
266266
},
267267
"changelog.md": {
268268
"original_url": "https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md",
@@ -273,8 +273,8 @@
273273
}
274274
},
275275
"fetch_metadata": {
276-
"last_fetch_completed": "2025-11-06T15:02:16.016129",
277-
"fetch_duration_seconds": 32.10127,
276+
"last_fetch_completed": "2025-11-06T18:02:25.724039",
277+
"fetch_duration_seconds": 26.78887,
278278
"total_pages_discovered": 44,
279279
"pages_fetched_successfully": 45,
280280
"pages_failed": 0,
@@ -284,7 +284,7 @@
284284
"total_files": 45,
285285
"fetch_tool_version": "3.0"
286286
},
287-
"last_updated": "2025-11-06T15:02:16.016149",
287+
"last_updated": "2025-11-06T18:02:25.724067",
288288
"base_url": "https://raw.githubusercontent.com/ericbuess/claude-code-docs/main/docs/",
289289
"github_repository": "ericbuess/claude-code-docs",
290290
"github_ref": "main",

docs/vs-code.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The VS Code extension provides:
1515
* **Native IDE experience**: Dedicated Claude Code sidebar panel accessed via the Spark icon
1616
* **Plan mode with editing**: Review and edit Claude's plans before accepting them
1717
* **Auto-accept edits mode**: Automatically apply Claude's changes as they're made
18+
* **Extended thinking**: Toggle extended thinking on/off using the Extended Thinking button in the bottom-right corner of the prompt input
1819
* **File management**: @-mention files or attach files and images using the system file picker
1920
* **MCP server usage**: Use Model Context Protocol servers configured through the CLI
2021
* **Conversation history**: Easy access to past conversations
@@ -72,13 +73,15 @@ For detailed setup instructions and additional configuration options, see:
7273

7374
The following features are not yet available in the VS Code extension:
7475

75-
* **Full MCP server configuration**: You need to [configure MCP servers through the CLI](/en/mcp) first, then the extension will use them
76+
* **MCP server and Plugin configuration UI**: Type `/mcp` to open the terminal-based MCP server configuration, or `/plugin` for Plugin configuration. Once configured, MCP servers and Plugins will work in the extension. You can also [configure MCP servers through the CLI](/en/mcp) first, then the extension will use them.
7677
* **Subagents configuration**: Configure [subagents through the CLI](/en/sub-agents) to use them in VS Code
7778
* **Checkpoints**: Save and restore conversation state at specific points
79+
* **Conversation rewinding**: The `/rewind` command is coming soon
7880
* **Advanced shortcuts**:
79-
* `#` shortcut to add to memory
80-
* `!` shortcut to run bash commands directly
81+
* `#` shortcut to add to memory (not supported)
82+
* `!` shortcut to run bash commands directly (not supported)
8183
* **Tab completion**: File path completion with tab key
84+
* **Model selection UI for older models**: To use older model versions like `claude-sonnet-4-20250514`, open VS Code settings for Claude Code (the `/General Config` command) and insert the model string directly into the 'Selected Model' field
8285

8386
We are working on adding these features in future updates.
8487

@@ -106,7 +109,16 @@ Both the extension and CLI integration work with Visual Studio Code, Cursor, Win
106109

107110
* Ensure you have a compatible version of VS Code (1.85.0 or later)
108111
* Check that VS Code has permission to install extensions
109-
* Try installing directly from the marketplace website
112+
* Try installing directly from the Marketplace website
113+
114+
### Claude Code Never Responds
115+
116+
If Claude Code is not responding to your prompts:
117+
118+
1. **Check your internet connection**: Ensure you have a stable internet connection
119+
2. **Start a new conversation**: Try starting a fresh conversation to see if the issue persists
120+
3. **Try the CLI**: Run `claude` from the terminal to see if you get more detailed error messages
121+
4. **File a bug report**: If the problem continues, [file an issue on GitHub](https://github.com/anthropics/claude-code/issues) with details about the error
110122

111123
### Legacy Integration Not Working
112124

0 commit comments

Comments
 (0)