diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-02-08 21:45:10 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 21:45:10 +1100 |
| commit | e368c5d0f9d69e69438cb0a8a8deb49d7b02901a (patch) | |
| tree | b4375b56374f3aad19089e0f1016b1b892dc972c /cli/tests/lsp/initialize_request.json | |
| parent | 09b79463d71f3b144a0cfd878108a012c87464ca (diff) | |
feat(lsp): add implementations code lens (#9441)
Diffstat (limited to 'cli/tests/lsp/initialize_request.json')
| -rw-r--r-- | cli/tests/lsp/initialize_request.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/lsp/initialize_request.json b/cli/tests/lsp/initialize_request.json index eaea00a18..21e9e3b4f 100644 --- a/cli/tests/lsp/initialize_request.json +++ b/cli/tests/lsp/initialize_request.json @@ -12,6 +12,7 @@ "initializationOptions": { "enable": true, "codeLens": { + "implementations": true, "references": true }, "lint": true, |
