summaryrefslogtreecommitdiff
path: root/cli/bench/testdata/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/testdata/initialize_params.json
parent50e8ab8a8630a272e9862f2fb7014107474405c6 (diff)
chore: rename cli/bench/fixtures to cli/bench/testdata (#13363)
Diffstat (limited to 'cli/bench/testdata/initialize_params.json')
-rw-r--r--cli/bench/testdata/initialize_params.json48
1 files changed, 48 insertions, 0 deletions
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
+ }
+ }
+}