agent sessions - split by "Active" and "History" (#290232)

* agent sessions - split by "Active" and "History"

* comments

* comments

* .

* .
This commit is contained in:
Benjamin Pasero
2026-01-25 17:02:52 +01:00
committed by GitHub
parent 38def400cf
commit b5dcdba622
11 changed files with 133 additions and 116 deletions

View File

@@ -25,6 +25,7 @@
"github.copilot.chat.claudeCode.enabled": true,
"github.copilot.chat.languageContext.typescript.enabled": true,
"diffEditor.renderSideBySide": false,
"diffEditor.hideUnchangedRegions.enabled": true
"diffEditor.hideUnchangedRegions.enabled": true,
"chat.viewSessions.showPendingOnly": false
}
}