mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
Simplify
This commit is contained in:
@@ -28,6 +28,7 @@ export const all = Object.freeze<string[]>([
|
||||
'!test/**/out/**',
|
||||
'!**/node_modules/**',
|
||||
'!**/*.js.map',
|
||||
'!**/*.excalidraw',
|
||||
]);
|
||||
|
||||
export const unicodeFilter = Object.freeze<string[]>([
|
||||
|
||||
@@ -122,9 +122,9 @@ function getTargetLabel(provider: AgentSessionProviders): string {
|
||||
case AgentSessionProviders.Growth:
|
||||
return 'Growth';
|
||||
case AgentSessionProviders.AgentHost:
|
||||
return localize('chat.session.providerLabel.agentHost', "Agent Host - Copilot");
|
||||
return 'Agent Host - Copilot';
|
||||
case AgentSessionProviders.AgentHostClaude:
|
||||
return localize('chat.session.providerLabel.agentHostClaude', "Agent Host - Claude");
|
||||
return 'Agent Host - Claude';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user