feat(coding-agent): extension command argument autocomplete
This commit is contained in:
committed by
Mario Zechner
parent
f900eb591d
commit
35e48ca018
@@ -150,7 +150,7 @@ function createExtensionAPI(
|
||||
});
|
||||
},
|
||||
|
||||
registerCommand(name: string, options: { description?: string; handler: RegisteredCommand["handler"] }): void {
|
||||
registerCommand(name: string, options: Omit<RegisteredCommand, "name">): void {
|
||||
extension.commands.set(name, { name, ...options });
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user