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

Currently, it looks like this extension is only pushed to the VSCode Marketplace, however this means that wrapped/custom vscode implementations are unable to utilize this extension without manually downloading and...

Sometimes, you're working in a workspace where you, for various reasons, don't want to change the source code to comply with Regal, or disable it through inline comments or introducing...

Web extensions are extensions that can be installed in the web interface for VS Code, such as presented in GitHub et. al. While we can't do things like calling out...

enhancement
help wanted

That wasn't around when this extension was originally built, so the OPA test commands simply call out to OPA and display the output as provided. Using the Test API provides...

enhancement

Ok here is the setup. On my C drive, I have a folder named "Policies" and inside that there is one rego file and one input.json file. No matter what...

And optionally, allow setting other `--ignore` directives via config. ![Screenshot 2023-05-26 at 12 56 48](https://github.com/open-policy-agent/vscode-opa/assets/510711/c934f0b1-ed65-4d3b-b086-122b63a06d9b)

bug

Not sure why, but each time I run "Evaluate selection" I get an extra empty tab opened along with the results tab, as seen in the middle of the attached...

As-is it is just `input.json` in the project root. It would be nice if we could provide arguments to a command or generate a task/run configuration that would allow for...

enhancement

Please download the statically linked OPA binary from OPA releases. Getting library errors with the non-statically linked binary: ./opa: /lib64/libc.so.6: version `GLIBC_2.29' not found (required by ./opa)

bug

This might be a dupe of #41, but this is for Workspace coverage rather than Evaluation. My failure mode is also a bit different to the issue described there -...