diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-02-01 14:30:41 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-01 14:30:41 +1100 |
| commit | 534531e4dd4133ff22f775b385ba488ec747cead (patch) | |
| tree | a3f4fcd57ab661acb3b05f4c54ad80af42a86b22 /cli/tests/lsp/initialize_request.json | |
| parent | 46d5843f753548415c87f3c8a868bba49c203b92 (diff) | |
feat(lsp): add references code lens (#9316)
Diffstat (limited to 'cli/tests/lsp/initialize_request.json')
| -rw-r--r-- | cli/tests/lsp/initialize_request.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/lsp/initialize_request.json b/cli/tests/lsp/initialize_request.json index 722a3c783..46f96a2c5 100644 --- a/cli/tests/lsp/initialize_request.json +++ b/cli/tests/lsp/initialize_request.json @@ -11,6 +11,9 @@ "rootUri": null, "initializationOptions": { "enable": true, + "codeLens": { + "references": true + }, "lint": true, "importMap": null, "unstable": false |
