Visual Studio Code
1.3K subscribers
27 videos
74 links
Code editing. Redefined

Free. Built on open source. Runs everywhere.

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Agents window

Track session activity from the chat input:
When an agent works across files, subagents, previews, and browsers, you can use live status pills above the chat input to follow its progress and quickly return to related work. The pills update with the activity for the session you are viewing:

Changes summarizes the number of changes. Select it to view the changes for the current turn in a multi-file diff that updates live.

Previews provides access to Markdown previews for files the agent creates or edits.

Subagents lets you follow what the agent is doing in a subagent by opening its work in a separate chat.

Browsers lets you follow along while the agent interacts with an integrated browser.
👍2🤩1
This media is not supported in your browser
VIEW IN TELEGRAM
Switch editor types

Setting:
breadcrumbs.showEditorType

When multiple editor types are available, an editor type dropdown in the Agents window shows the current editor and lets you switch between the available regular and diff editors instead of using the Reopen Editor With command. You can also change the default editor from the dropdown. The dropdown uses the right side of the breadcrumb bar, which also provides file navigation in the Agents window.

To show the editor type dropdown in editor windows, enable breadcrumbs.showEditorType
👍1