Claude Code in VSCode — Mac & PC
If you use the VSCode editor, you can use Claude in a side panel without leaving your
work. The good news: it shares the same settings as the command-line version, so
there's almost nothing extra to configure.
Step 1 — Set up the command-line version first
The VSCode extension uses the same gateway settings file (settings.json) as Claude
Code. Complete Claude Code (CLI) on Cornell's AI Gateway first — install Claude Code and add your gateway
settings. Once that works in the terminal, it will work in VSCode automatically.
Step 2 — Install the VSCode extension
- Open VSCode.
- Click the Extensions icon in the left sidebar (or press
Cmd + Shift + X on Mac /
Ctrl + Shift + X on PC).
- Search for Claude Code (publisher: Anthropic).
- Click Install.

Step 3 — Open the panel and confirm
- Open the Claude Code panel (look for the Claude icon in the sidebar, or open the
Command Palette with
Cmd/Ctrl + Shift + P and run Claude Code: Open).
- Ask it something simple, like
Say hello.
- Run
/model to confirm the three Cornell models appear.

How do I know it worked?
- The panel answers without asking you to sign in to a personal account.
/model lists claude-sonnet-4-6, claude-opus-4-8, claude-haiku-4-5 — the
same models as the terminal. That confirms it's reading your Cornell gateway settings.
Troubleshooting