chat - enable skeleton prompt in more areas (#243857)

This commit is contained in:
Benjamin Pasero
2025-03-18 14:05:05 +01:00
committed by GitHub
parent c0b410d696
commit 1deaa6ffd6
3 changed files with 69 additions and 45 deletions

View File

@@ -410,7 +410,7 @@ export class InlineChatEnabler {
const updateAgent = () => {
const agent = chatAgentService.getDefaultAgent(ChatAgentLocation.Editor);
if (agent?.id === 'github.copilot.editor') {
if (agent?.id === 'github.copilot.editor' || agent?.id === 'setup.editor') {
this._ctxHasProvider.set(true);
this._ctxHasProvider2.reset();
} else if (agent?.id === 'github.copilot.editingSessionEditor') {