Skip to content

Auto-Installing LSP Tools fails (404 when querying the aqua registry) #2384

@k33g

Description

@k33g

When starting docker-agent, I get a 404 error related to the LSP tools:

Image

this is the toolsets section of my config file:

    toolsets:
      - type: shell
      - type: filesystem
      - type: todo
      - type: memory
      - type: fetch

      - type: lsp
        command: gopls
        file_types: [".go"]

      - type: lsp
        command: typescript-language-server
        args: ["--stdio"]
        file_types: [".ts", ".tsx", ".js", ".jsx"]

      - type: user_prompt

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions