diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2022-01-24 11:27:52 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-24 11:27:52 +1100 |
| commit | 3ec248cff8fff1a41c2b2ad5301e7aa3db00c6a8 (patch) | |
| tree | 549b791b6d9718a51d3f7c8258e076beafab64df /cli/tests/testdata/lsp/initialize_params.json | |
| parent | 3959d9f2d285bd45beb34074cf61090e2c4976dc (diff) | |
fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)
Fixes #13437
Diffstat (limited to 'cli/tests/testdata/lsp/initialize_params.json')
| -rw-r--r-- | cli/tests/testdata/lsp/initialize_params.json | 3 |
1 files changed, 3 insertions, 0 deletions
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": { |
