-
Notifications
You must be signed in to change notification settings - Fork 258
Closed
Labels
kind/bugSomething isn't workingSomething isn't working
Description
The example shown in https://docker.github.io/cagent/#tools/lsp does not work
toolsets:
- type: lsp
command: gopls
args: []
file_types: [".go"]Error:
parsing config file
[12:3] unknown field "file_types"
9 | - type: think
10 | - args: []
11 | command: gopls
> 12 | file_types:
^
13 | - .go
14 | type: lsp
This works:
toolsets:
- type: lsp
command: goplsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working