feat(coding-agent): extension command argument autocomplete
This commit is contained in:
committed by
Mario Zechner
parent
f900eb591d
commit
35e48ca018
@@ -319,6 +319,7 @@ export class InteractiveMode {
|
||||
(cmd) => ({
|
||||
name: cmd.name,
|
||||
description: cmd.description ?? "(extension command)",
|
||||
getArgumentCompletions: cmd.getArgumentCompletions,
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user