This commit is contained in:
Osvaldo Ortega
2026-03-19 13:40:41 -06:00
parent 6a8fe54a3d
commit 9b8ad503fd
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"sessionStart": [
{
"type": "command",
"bash": "nvm use && npm i"
"bash": ""
}
],
"sessionEnd": [

View File

@@ -238,7 +238,7 @@ export class AgenticSessionsViewPane extends ViewPane {
this.storageService.store(GROUPING_STORAGE_KEY, this.currentGrouping, StorageScope.PROFILE, StorageTarget.USER);
this.isGroupedByRepoKey?.set(this.currentGrouping === AgentSessionsGrouping.Repository);
// TODO: Unsure if this is going to be annoying or helpful so that you can quickly see the active sessions
// TODO @osortega: Unsure if this is going to be annoying or helpful so that you can quickly see the active sessions
this.sessionsControl?.resetSectionCollapseState();
this.sessionsControl?.update();
}