vscode-opa icon indicating copy to clipboard operation
vscode-opa copied to clipboard

An extension for VS Code which provides support for OPA

Results 18 vscode-opa issues
Sort by recently updated
recently updated
newest added

When the result of evaluation is "No Results", and the user runs 2 evaluations in a row, there is no way to know if the output has been updated or...

If you run multiple queries back to back that produce the same answer, it's difficult to tell when evaluation has finished and the latest result is being displayed. One way...

While both `some` and `every` are keywords, they aren't highlighted when directly following an `if`. Perhaps it's more than what we could easily describe in static configuration, and semantic tokens...

VS Code provides a "Share" menu that appears when right clicking anywhere in the editor. Similar to the "Copy vscode.dev" link, it'd be nice if we had a "Copy Rego...

While they are comments, they're also interpreted as YAML, and all issues around editing YAML — like adding an extra whitespace somewhere, and have that change the semantics of parsing...

enhancement
help wanted

If a user has configured a language server in vscode-opa, when they open a rego file, and they have an outdated version for any language server, then they should see...

This PR adds the ability to set the trace level for intercepting requests and responses between client and server. ```bash [Trace - 01:54:39] Sending request 'initialize - (0)'. Params: {...