Skip to content

Commit 981d8d2

Browse files
author
Charlie Egan
authored
docs: Update Evaluation Code Lens docs (#1602)
x-ref: #1596 (comment) Signed-off-by: Charlie Egan <charlie@styra.com>
1 parent e50c9af commit 981d8d2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/language-server.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,18 @@ to search each parent directory up until the workspace root directory. It is rec
179179
your `.gitignore` file so that you can work freely with evaluation in any directory without having your input
180180
accidentally committed.
181181

182+
#### Editor support
183+
184+
The Evaluation code lens is supported in any language server client that
185+
supports the running of code lenses. The evaluation result is saved to
186+
`output.json` in the default case.
187+
188+
The displaying of evaluation results in the current file or buffer is currently
189+
only supported in the
190+
[OPA VS Code extension](https://github.com/open-policy-agent/vscode-opa) and
191+
for Neovim users in
192+
[nvim-dap-rego](https://github.com/rinx/nvim-dap-rego/).
193+
182194
### Code lenses (Debugging)
183195

184196
Regal also implements the

0 commit comments

Comments
 (0)