From a0d10efbb1acffe203c42a4f6133ba5af0dcef18 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 27 Oct 2022 00:53:48 +1100 Subject: chore: improve built-in API documentation (#16158) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: crowlkats Co-authored-by: Colin Ihrig Co-authored-by: Bartek IwaƄczuk --- cli/tests/testdata/lsp/completion_resolve_response.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/lsp/completion_resolve_response.json') diff --git a/cli/tests/testdata/lsp/completion_resolve_response.json b/cli/tests/testdata/lsp/completion_resolve_response.json index d223fd7f0..034a4781f 100644 --- a/cli/tests/testdata/lsp/completion_resolve_response.json +++ b/cli/tests/testdata/lsp/completion_resolve_response.json @@ -4,7 +4,7 @@ "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.\n\n*@category* - Runtime Environment" + "value": "Information related to the build of the current Deno runtime.\n\nUsers are discouraged from code branching based on this information, as\nassumptions about what is available in what build environment might change\nover time. Developers should specifically sniff out the features they\nintend to use.\n\nThe intended use for the information is for logging and debugging purposes.\n\n*@category* - Runtime Environment" }, "sortText": "1", "insertTextFormat": 1 -- cgit v1.2.3