summaryrefslogtreecommitdiff
path: root/cli/bench/fixtures/initialize_params.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2022-01-13 10:25:20 -0500
committerGitHub <noreply@github.com>2022-01-13 16:25:20 +0100
commit282c235ba1ac2e3a666232e84ed2ff2d40070c6a (patch)
tree01ac735df2f466c1cf37ea0ac397f79fbbe39650 /cli/bench/fixtures/initialize_params.json
parent50e8ab8a8630a272e9862f2fb7014107474405c6 (diff)
chore: rename cli/bench/fixtures to cli/bench/testdata (#13363)
Diffstat (limited to 'cli/bench/fixtures/initialize_params.json')
-rw-r--r--cli/bench/fixtures/initialize_params.json48
1 files changed, 0 insertions, 48 deletions
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
- }
- }
-}