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/fixtures/initialize_params.json | 48 ------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 cli/bench/fixtures/initialize_params.json (limited to 'cli/bench/fixtures/initialize_params.json') diff --git a/cli/bench/fixtures/initialize_params.json b/cli/bench/fixtures/initialize_params.json deleted file mode 100644 index d8a396b90..000000000 --- a/cli/bench/fixtures/initialize_params.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "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