From 3ec248cff8fff1a41c2b2ad5301e7aa3db00c6a8 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 24 Jan 2022 11:27:52 +1100 Subject: fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467) Fixes #13437 --- cli/tests/testdata/lsp/initialize_params.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/tests/testdata/lsp/initialize_params.json') diff --git a/cli/tests/testdata/lsp/initialize_params.json b/cli/tests/testdata/lsp/initialize_params.json index 3b99be4f0..9fd197fe4 100644 --- a/cli/tests/testdata/lsp/initialize_params.json +++ b/cli/tests/testdata/lsp/initialize_params.json @@ -8,6 +8,7 @@ "initializationOptions": { "enable": true, "cache": null, + "certificateStores": null, "codeLens": { "implementations": true, "references": true, @@ -25,6 +26,8 @@ "hosts": {} } }, + "tlsCertificate": null, + "unsafelyIgnoreCertificateErrors": null, "unstable": false }, "capabilities": { -- cgit v1.2.3