mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Avoid "slash command" name in agent API (#202729)
* Avoid "slash command" name in agent API * Fix reference * Fix
This commit is contained in:
@@ -35,8 +35,8 @@ suite('chat', () => {
|
||||
deferred.complete(request);
|
||||
return null;
|
||||
});
|
||||
agent.slashCommandProvider = {
|
||||
provideSlashCommands: (_token) => {
|
||||
agent.subCommandProvider = {
|
||||
provideSubCommands: (_token) => {
|
||||
return [{ name: 'hello', description: 'Hello' }];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user