lsp-cli 0.1.6

Command-line tool for talking to Language Server Protocol (LSP) servers from the terminal.
language:
  id: objcpp
  kind: source
  project: playground/objcpp
  query-profile:
    symbol-query: Order
    callable-query: format_order
    format-file: src/main.mm
    expected-names:
      - Order
      - format_order
pairs:
  - language: objcpp
    server: clangd
    smoke:
      status: queries
      exceptions:
        - command: build-index
          outcome: failure
          message: background-work progress
          reason: clangd exposes no background-work completion notification
      lsp-timeout-seconds: 15
      deadline-seconds: 240