mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
Clean up
This commit is contained in:
2
.github/hooks/hooks.json
vendored
2
.github/hooks/hooks.json
vendored
@@ -4,7 +4,7 @@
|
||||
"sessionStart": [
|
||||
{
|
||||
"type": "command",
|
||||
"bash": "nvm use && npm i"
|
||||
"bash": ""
|
||||
}
|
||||
],
|
||||
"sessionEnd": [
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user