cmt
This commit is contained in:
parent
3c8996dc09
commit
acdf6bf216
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ func (h *CompleteLinkHandler) Handle(ctx context.Context, raw json.RawMessage) (
|
||||||
}
|
}
|
||||||
slog.Debug("handling complete link command", "query", cmd.Query)
|
slog.Debug("handling complete link command", "query", cmd.Query)
|
||||||
|
|
||||||
|
// this is just a stub and the client is expecting the title/display too
|
||||||
return []completionItem{
|
return []completionItem{
|
||||||
{Slug: "standard-streams"},
|
{Slug: "standard-streams"},
|
||||||
{Slug: "unit-of-work"},
|
{Slug: "unit-of-work"},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue