File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,6 +179,18 @@ to search each parent directory up until the workspace root directory. It is rec
179179your ` .gitignore ` file so that you can work freely with evaluation in any directory without having your input
180180accidentally 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
184196Regal also implements the
You can’t perform that action at this time.
0 commit comments