lsp-cli 0.1.6

Command-line tool for talking to Language Server Protocol (LSP) servers from the terminal.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language:
  id: css
  kind: metadata
  project: playground/css
pairs:
  - language: css
    server: css_variables
    smoke:
      status: capabilities
  - language: css
    server: csskit
    smoke:
      status: capabilities
  - language: css
    server: cssls
    smoke:
      status: capabilities