mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Move welcome message to chat agent (#204163)
* Move welcome message provider to default agent * Remove welcome message/sample questions from interactive provider * Remove provider display name and icon * Add default agent for tests * And proposal
This commit is contained in:
@@ -36,6 +36,7 @@ suite('chat', () => {
|
||||
deferred.complete(request);
|
||||
return null;
|
||||
});
|
||||
agent.isDefault = true;
|
||||
agent.subCommandProvider = {
|
||||
provideSubCommands: (_token) => {
|
||||
return [{ name: 'hello', description: 'Hello' }];
|
||||
|
||||
Reference in New Issue
Block a user