Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One capture · claude-code

One read of Claude Code CLI

26 pages moved out of 191 read.

claude-code-20260910T223701Z

Pages moved 26 significant first
Pages read 191 in this capture
Captured 22:37 UTC
Corpus hash 28542373c3b7 corpus-hash

What this read moved

26–26 of 26

This capture is too large to show at once. Changes 26-26 of 26 are below, significant first; the rest are on the following screens.

vs-code Changed · +2 / -2 lines

from line 46
4646 
4747 Other ways to open Claude Code:
4848 
49 * **Activity Bar**: click the Spark icon in the left sidebar to open the sessions list. Click any session to open it as a full editor tab, or start a new one. This icon is always visible in the Activity Bar.
49 * **Activity Bar**: click the Spark icon in the left sidebar to open the sessions list. Click any session to open it in your [preferred location](#extension-settings), or start a new one. This icon is always visible in the Activity Bar.
5050 * **Command Palette**: `Cmd+Shift+P` (Mac) or `Ctrl+Shift+P` (Windows/Linux), type "Claude Code", and select an option like "Open in New Tab"
5151 * **Status Bar**: if you've set [`preferredLocation`](#extension-settings) to `sidebar`, or opened Claude with **Claude Code: Open in Side Bar**, click **✱ Claude Code** in the bottom-right corner of the window. This works even when no file is open.
5252 
from line 250
250250* Click the refresh icon to update a marketplace's plugin list
251251* Click the trash icon to remove a marketplace
252252 
253After you make changes, a banner prompts you to restart Claude Code to apply them.
253Plugin changes you make in the dialog apply right away to the Claude Code sessions open in that VS Code window. If the session you opened the dialog from can't reload its plugins, the dialog offers to try again or to restart Claude in that session.
254254 
255255<Note>
256256 Plugin management in VS Code uses the same CLI commands under the hood. Plugins and marketplaces you configure in the extension are also available in the CLI, and vice versa.