mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
chat - enable skeleton prompt in more areas (#243857)
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user