Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions release-notes/v1_121_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
{
"title": "New in VS Code 1.121",
"features": [
{
"icon": "hubot",
"title": "Agents Window (Preview)",
Comment thread
cwebster-99 marked this conversation as resolved.
Outdated
"description": "The Agents window is built for agent-driven development across multiple projects and sessions."
},
{
"icon": "markdown",
"title": "Built-in Mermaid Diagrams",
Comment thread
cwebster-99 marked this conversation as resolved.
Outdated
"description": "Mermaid diagrams now render natively in the Markdown preview, notebook Markdown cells, and chat."
}
],
"buttons": [
{
"label": "Open Agents Window",
"commandId": "workbench.action.openAgentsWindow",
"style": "primary"
},
{
"label": "Release Notes",
Comment thread
cwebster-99 marked this conversation as resolved.
Outdated
"commandId": "update.showCurrentReleaseNotes",
"style": "secondary",
"args": ["1.121.0"]
}
]
}
---