summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/completion_resolve_response.json
blob: 0edbc14ef27c254674523fb82e33c909e84008ae (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "label": "build",
  "kind": 6,
  "detail": "const Deno.build: {\n    target: string;\n    arch: \"x86_64\" | \"aarch64\";\n    os: \"darwin\" | \"linux\" | \"windows\";\n    vendor: string;\n    env?: string | undefined;\n}",
  "documentation": {
    "kind": "markdown",
    "value": "Build related information."
  },
  "sortText": "1",
  "insertTextFormat": 1
}