mirror of
				https://github.com/anthropics/claude-code.git
				synced 2025-10-19 03:17:50 +03:00 
			
		
		
		
	Merge pull request #6684 from anthropics/feat/devcontainer-claude-extension-and-vscode-urls
feat(devcontainer): add Claude Code extension and VS Code marketplace URLs
This commit is contained in:
		| @@ -16,6 +16,7 @@ | ||||
|   "customizations": { | ||||
|     "vscode": { | ||||
|       "extensions": [ | ||||
|         "anthropic.claude-code", | ||||
|         "dbaeumer.vscode-eslint", | ||||
|         "esbenp.prettier-vscode", | ||||
|         "eamodio.gitlens" | ||||
|   | ||||
| @@ -69,7 +69,10 @@ for domain in \ | ||||
|     "api.anthropic.com" \ | ||||
|     "sentry.io" \ | ||||
|     "statsig.anthropic.com" \ | ||||
|     "statsig.com"; do | ||||
|     "statsig.com" \ | ||||
|     "marketplace.visualstudio.com" \ | ||||
|     "vscode.blob.core.windows.net" \ | ||||
|     "update.code.visualstudio.com"; do | ||||
|     echo "Resolving $domain..." | ||||
|     ips=$(dig +noall +answer A "$domain" | awk '$4 == "A" {print $5}') | ||||
|     if [ -z "$ips" ]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ant-kurt
					ant-kurt