From 061090de7e95e8e7a97f3277bd1a72899ebd1570 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 30 Mar 2022 09:59:27 +1100 Subject: feat(lsp): add experimental testing API (#13798) Ref: denoland/vscode_deno#629 --- cli/tests/testdata/lsp/initialize_params.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/lsp/initialize_params.json b/cli/tests/testdata/lsp/initialize_params.json index 9fd197fe4..b076f3b17 100644 --- a/cli/tests/testdata/lsp/initialize_params.json +++ b/cli/tests/testdata/lsp/initialize_params.json @@ -14,7 +14,7 @@ "references": true, "test": true }, - "config": "", + "config": null, "importMap": null, "lint": true, "suggest": { @@ -26,6 +26,12 @@ "hosts": {} } }, + "testing": { + "args": [ + "--allow-all" + ], + "enable": true + }, "tlsCertificate": null, "unsafelyIgnoreCertificateErrors": null, "unstable": false @@ -63,6 +69,9 @@ "workspace": { "configuration": true, "workspaceFolders": true + }, + "experimental": { + "testingApi": true } } } -- cgit v1.2.3