From 282c235ba1ac2e3a666232e84ed2ff2d40070c6a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 13 Jan 2022 10:25:20 -0500 Subject: chore: rename cli/bench/fixtures to cli/bench/testdata (#13363) --- cli/bench/testdata/initialize_params.json | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 cli/bench/testdata/initialize_params.json (limited to 'cli/bench/testdata/initialize_params.json') diff --git a/cli/bench/testdata/initialize_params.json b/cli/bench/testdata/initialize_params.json new file mode 100644 index 000000000..d8a396b90 --- /dev/null +++ b/cli/bench/testdata/initialize_params.json @@ -0,0 +1,48 @@ +{ + "processId": 0, + "clientInfo": { + "name": "bench-harness", + "version": "1.0.0" + }, + "rootUri": null, + "initializationOptions": { + "enable": true, + "codeLens": { + "implementations": true, + "references": true + }, + "lint": true, + "importMap": null, + "unstable": false + }, + "capabilities": { + "textDocument": { + "codeAction": { + "codeActionLiteralSupport": { + "codeActionKind": { + "valueSet": [ + "quickfix" + ] + } + }, + "isPreferredSupport": true, + "dataSupport": true, + "resolveSupport": { + "properties": [ + "edit" + ] + } + }, + "synchronization": { + "dynamicRegistration": true, + "willSave": true, + "willSaveWaitUntil": true, + "didSave": true + } + }, + "workspace": { + "configuration": true, + "workspaceFolders": true + } + } +} -- cgit v1.2.3