1Password / op-vscode

1Password for VS Code
https://marketplace.visualstudio.com/items?itemName=1Password.op-vscode
MIT License
216 stars 11 forks source link

Ignore instances of ${{ ... }} when creating a CodeLens suggestion #175

Closed dethancosta closed 4 months ago

dethancosta commented 11 months ago

A filter is applied when creating a CodeLens, ignoring any field value that has a template format (i.e., ${{ ... }}).

resolves #91

techcraver commented 11 months ago

Thanks for the submission!

techcraver commented 11 months ago

Thanks for your contribution! We appreciate it. Please know that we're a small team and we'll reply to your PR as soon as we can.

jodyheavener commented 4 months ago

Finally got around to reviewing this - it looks great. Will include in the next release. Thank you!