Asad

Results 8 issues of Asad

Please answer these questions before submitting your issue. ### What version of gRPC are you using? 1.20.0 ### What did you expect to see? tl;dr This is a followup from...

enhancement

• invoke `opa eval --package pkg $selection` where `$selection` is the currently selected text in the active editor • display evaluated selection result with metrics - [activateEvalSelection()](https://github.com/tsandall/vscode-opa/blob/0b8c9e54e4fcce788d8c1dd3dc2b808a5204d3de/src/extension.ts#278)

actions
vscode-opa-parity

# What would you like to be added Ability to not display the OPA Console when it is not relevant. # Why is this needed The plugin displays an OPA...

enhancement

- ref: [activateProfileSelection()](https://github.com/tsandall/vscode-opa/blob/0b8c9e54e4fcce788d8c1dd3dc2b808a5204d3de/src/extension.ts#439)

actions
vscode-opa-parity

- should generate an opa bundle in a directory similar to `target`

actions

- invoke `opa --coverage $selection` where `$selection` is the text selected in the active editor - ref: [activateEvalCoverage()](https://github.com/tsandall/vscode-opa/blob/0b8c9e54e4fcce788d8c1dd3dc2b808a5204d3de/src/extension.ts#237)

actions
vscode-opa-parity

ref: [activatePartialSelection()](https://github.com/tsandall/vscode-opa/blob/0b8c9e54e4fcce788d8c1dd3dc2b808a5204d3de/src/extension.ts#484)

actions
vscode-opa-parity

It can be a docker command invocation if needed for now. eg. `docker run --rm -p 8888:80 -v $target/:/usr/share/nginx/html:ro nginx`

actions