mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
agent sessions - remove hideNewButtonInAgentSessionsView setting
This commit is contained in:
@@ -98,9 +98,7 @@ export class AgentSessionsView extends ViewPane {
|
||||
container.classList.add('agent-sessions-view');
|
||||
|
||||
// New Session
|
||||
if (!this.configurationService.getValue('chat.hideNewButtonInAgentSessionsView')) {
|
||||
this.createNewSessionButton(container);
|
||||
}
|
||||
this.createNewSessionButton(container);
|
||||
|
||||
// Sessions Control
|
||||
this.createSessionsControl(container);
|
||||
|
||||
@@ -786,12 +786,6 @@ configurationRegistry.registerConfiguration({
|
||||
mode: 'auto'
|
||||
}
|
||||
},
|
||||
'chat.hideNewButtonInAgentSessionsView': { // TODO@bpasero remove me eventually
|
||||
type: 'boolean',
|
||||
description: nls.localize('chat.hideNewButtonInAgentSessionsView', "Controls whether the new session button is hidden in the Agent Sessions view."),
|
||||
default: false,
|
||||
tags: ['preview']
|
||||
},
|
||||
'chat.signInWithAlternateScopes': { // TODO@bpasero remove me eventually
|
||||
type: 'boolean',
|
||||
description: nls.localize('chat.signInWithAlternateScopes', "Controls whether sign-in with alternate scopes is used."),
|
||||
|
||||
Reference in New Issue
Block a user